Cherry-picked from #51120 Co-authored-by: yagagagaga <zhangminke@selectdb.com>
This commit is contained in:
committed by
GitHub
parent
9e0e40c1e6
commit
3bc24da9c2
@ -343,7 +343,7 @@ public class Env {
|
||||
private static final Logger LOG = LogManager.getLogger(Env.class);
|
||||
// 0 ~ 9999 used for qe
|
||||
public static final long NEXT_ID_INIT_VALUE = 10000;
|
||||
private static final int HTTP_TIMEOUT_SECOND = 5;
|
||||
private static final int HTTP_TIMEOUT_SECOND = Config.sync_image_timeout_second;
|
||||
private static final int STATE_CHANGE_CHECK_INTERVAL_MS = 100;
|
||||
private static final int REPLAY_INTERVAL_MS = 1;
|
||||
private static final String BDB_DIR = "/bdb";
|
||||
|
||||
Reference in New Issue
Block a user