summaryrefslogtreecommitdiff
path: root/nms_sync/conf/config.properties
diff options
context:
space:
mode:
Diffstat (limited to 'nms_sync/conf/config.properties')
-rw-r--r--nms_sync/conf/config.properties6
1 files changed, 5 insertions, 1 deletions
diff --git a/nms_sync/conf/config.properties b/nms_sync/conf/config.properties
index c32ace2..33a36dd 100644
--- a/nms_sync/conf/config.properties
+++ b/nms_sync/conf/config.properties
@@ -1,4 +1,8 @@
#\u4e3b\u5e93\u540c\u6b65\u5206\u5e93\u6570\u636e\u7ebf\u7a0b\u65f6\u95f4\u5dee
syncMaterToSlaveTime=30000
#\u4e3b\u5e93\u540c\u6b65\u5206\u5e93\u6570\u636e\u7ebf\u7a0b\u65f6\u95f4\u5dee
-syncSlaveToMaterTime=60000 \ No newline at end of file
+syncSlaveToMaterTime=60000
+#从库向主库同步的线程池数量
+slave.to.master.pool.num=3
+#主库向从库同步的线程池数量
+master.to.slave.pool.num=2