Removed unnecessary timers (with default settings) from test configs
This commit is contained in:
parent
4d90d46894
commit
81c6a049f1
|
|
@ -18,15 +18,6 @@ RunDir data
|
|||
# Interval specification format examples:
|
||||
# 600 (600 seconds), 5m, 2h, 1h30m, 1d3h15m24s, etc...
|
||||
|
||||
# Statistics logging
|
||||
StatsInterval 1m
|
||||
|
||||
# How often to scan the caches for old entries
|
||||
ExpiryInterval 30s
|
||||
|
||||
# How long to cache last position of each station
|
||||
LastPositionCache 48h
|
||||
|
||||
# NOTE: THESE SHORT TIMEOUTS ARE USED BY THE TIMEOUT TEST, DON'T CHANGE IN THIS CONFIG
|
||||
# When no data is received from an upstream server in N seconds, switch to
|
||||
# another server
|
||||
|
|
|
|||
|
|
@ -18,15 +18,6 @@ RunDir data
|
|||
# Interval specification format examples:
|
||||
# 600 (600 seconds), 5m, 2h, 1h30m, 1d3h15m24s, etc...
|
||||
|
||||
# Statistics logging
|
||||
StatsInterval 1m
|
||||
|
||||
# How often to scan the caches for old entries
|
||||
ExpiryInterval 30s
|
||||
|
||||
# How long to cache last position of each station
|
||||
LastPositionCache 48h
|
||||
|
||||
# When no data is received from an upstream server in N seconds, switch to
|
||||
# another server
|
||||
UpstreamTimeout 10s
|
||||
|
|
|
|||
|
|
@ -18,15 +18,6 @@ RunDir data
|
|||
# Interval specification format examples:
|
||||
# 600 (600 seconds), 5m, 2h, 1h30m, 1d3h15m24s, etc...
|
||||
|
||||
# Statistics logging
|
||||
StatsInterval 1m
|
||||
|
||||
# How often to scan the caches for old entries
|
||||
ExpiryInterval 30s
|
||||
|
||||
# How long to cache last position of each station
|
||||
LastPositionCache 48h
|
||||
|
||||
# When no data is received from an upstream server in N seconds, switch to
|
||||
# another server
|
||||
UpstreamTimeout 10s
|
||||
|
|
|
|||
Loading…
Reference in New Issue