|
|
@ -228,7 +228,7 @@ public final class Constants { |
|
|
|
public static final int HTTP_CONNECTION_REQUEST_TIMEOUT = 60 * 1000; |
|
|
|
public static final int HTTP_CONNECTION_REQUEST_TIMEOUT = 60 * 1000; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* httpclient soceket time out |
|
|
|
* httpclient socket time out |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static final int SOCKET_TIMEOUT = 60 * 1000; |
|
|
|
public static final int SOCKET_TIMEOUT = 60 * 1000; |
|
|
|
|
|
|
|
|
|
|
@ -303,7 +303,7 @@ public final class Constants { |
|
|
|
public static final int DEFAULT_WORKER_HOST_WEIGHT = 100; |
|
|
|
public static final int DEFAULT_WORKER_HOST_WEIGHT = 100; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* time unit secong to minutes |
|
|
|
* time unit second to minutes |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static final int SEC_2_MINUTES_TIME_UNIT = 60; |
|
|
|
public static final int SEC_2_MINUTES_TIME_UNIT = 60; |
|
|
|
|
|
|
|
|
|
|
@ -825,7 +825,6 @@ public final class Constants { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* remote logging for OSS |
|
|
|
* remote logging for OSS |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_ID = "remote.logging.oss.access.key.id"; |
|
|
|
public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_ID = "remote.logging.oss.access.key.id"; |
|
|
|
|
|
|
|
|
|
|
|
public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_SECRET = "remote.logging.oss.access.key.secret"; |
|
|
|
public static final String REMOTE_LOGGING_OSS_ACCESS_KEY_SECRET = "remote.logging.oss.access.key.secret"; |
|
|
@ -837,7 +836,6 @@ public final class Constants { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* remote logging for S3 |
|
|
|
* remote logging for S3 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
public static final String REMOTE_LOGGING_S3_ACCESS_KEY_ID = "remote.logging.s3.access.key.id"; |
|
|
|
public static final String REMOTE_LOGGING_S3_ACCESS_KEY_ID = "remote.logging.s3.access.key.id"; |
|
|
|
|
|
|
|
|
|
|
|
public static final String REMOTE_LOGGING_S3_ACCESS_KEY_SECRET = "remote.logging.s3.access.key.secret"; |
|
|
|
public static final String REMOTE_LOGGING_S3_ACCESS_KEY_SECRET = "remote.logging.s3.access.key.secret"; |
|
|
|