#2381 modify taskDispatchPeriod defalue value
This commit is contained in:
parent
aa141e0aac
commit
c2743f90eb
@ -27,8 +27,8 @@ import org.springframework.stereotype.Component;
|
||||
@Component
|
||||
public class GlobalConfig {
|
||||
|
||||
@Value("${nacos.naming.distro.taskDispatchPeriod:200}")
|
||||
private int taskDispatchPeriod = 200;
|
||||
@Value("${nacos.naming.distro.taskDispatchPeriod:2000}")
|
||||
private int taskDispatchPeriod = 2000;
|
||||
|
||||
@Value("${nacos.naming.distro.batchSyncKeyCount:1000}")
|
||||
private int batchSyncKeyCount = 1000;
|
||||
|
Loading…
Reference in New Issue
Block a user