All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.segmentio.Defaults Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
package com.github.segmentio;


public class Defaults {

	public static final String HOST = "https://api.segment.io";
	public static final int MAX_QUEUE_SIZE = 10000;
	public static final int TIMEOUT = 10000;
	public static final int RETRIES = 2;
	public static final int BACKOFF = 1000;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy