add configuration ForceUseServerTS

This commit is contained in:
Ulric Qin 2022-09-09 13:44:50 +08:00
parent c33900ee1b
commit 98f3508424
2 changed files with 6 additions and 2 deletions

View File

@ -9,13 +9,15 @@ ClusterName = "Default"
BusiGroupLabelKey = "busigroup"
# sleep x seconds, then start judge engine
EngineDelay = 120
EngineDelay = 60
DisableUsageReport = false
# config | database
ReaderFrom = "config"
ForceUseServerTS = true
[Log]
# log write dir
Dir = "logs"

View File

@ -9,13 +9,15 @@ ClusterName = "Default"
BusiGroupLabelKey = "busigroup"
# sleep x seconds, then start judge engine
EngineDelay = 120
EngineDelay = 60
DisableUsageReport = false
# config | database
ReaderFrom = "config"
ForceUseServerTS = true
[Log]
# log write dir
Dir = "logs"