diff options
| author | chenjinsong <[email protected]> | 2018-11-01 13:54:02 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2018-11-01 13:54:02 +0800 |
| commit | ddc5ea685a335fc43ac3f78ec83ebe9ca8500075 (patch) | |
| tree | 9354d9e1f2959990e077b2aa84557be2941c2600 /src/myconfig.properties | |
| parent | 32a1746aaa3e3aa146620a2908b7f83a3919829b (diff) | |
可控制dc是否对其他dc下的节点的任务进行扫描
Diffstat (limited to 'src/myconfig.properties')
| -rw-r--r-- | src/myconfig.properties | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/myconfig.properties b/src/myconfig.properties index 1806fb5..4b2fdd1 100644 --- a/src/myconfig.properties +++ b/src/myconfig.properties @@ -48,6 +48,8 @@ email.host = web.socket.port = 60703 #---Common------- +##--分中心只执行自身范围内client的任务 0 关闭;1 开启; +mission.single = 1 ##--全局文本解析编码,与web端、Agent端一致,不可修改 common.text.coding = UTF-8 ##--全局日期格式化方式,须与数据库 日期数据格式化方式(db.date.format)保持一致,不建议修改 |
