[Improvement]update spelling mistake for Constants (#13738)
* [Improvement][Document]Update architecture and process-start-flow pic * [Improvement]update spelling mistake for Constants --------- Co-authored-by: xuhaihui <xuhaihui@cmss.chinamobile.com>
This commit is contained in:
parent
2dceb6b8ca
commit
1ac76e1cbb
|
|
@ -228,7 +228,7 @@ public final class Constants {
|
|||
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;
|
||||
|
||||
|
|
@ -303,7 +303,7 @@ public final class Constants {
|
|||
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;
|
||||
|
||||
|
|
@ -825,7 +825,6 @@ public final class Constants {
|
|||
/**
|
||||
* 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_SECRET = "remote.logging.oss.access.key.secret";
|
||||
|
|
@ -837,7 +836,6 @@ public final class Constants {
|
|||
/**
|
||||
* 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_SECRET = "remote.logging.s3.access.key.secret";
|
||||
|
|
|
|||
Loading…
Reference in New Issue