rawlinp commented on code in PR #6769:
URL: https://github.com/apache/trafficcontrol/pull/6769#discussion_r855541783
##########
traffic_monitor/config/config.go:
##########
@@ -149,33 +191,33 @@ func GetAccessLogWriter(cfg Config) (io.WriteCloser,
error) {
// DefaultConfig is the default configuration for the application, if no
configuration file is given, or if a given config setting doesn't exist in the
config file.
var DefaultConfig = Config{
- MonitorConfigPollingInterval: 5 * time.Second,
- HTTPTimeout: 2 * time.Second,
- PeerOptimistic: true,
- PeerOptimisticQuorumMin: 0,
- StatPolling: true,
- MaxEvents: 200,
+ CachePollingProtocol: Both,
+ CRConfigBackupFile: CRConfigBackupFile,
+ CRConfigHistoryCount: 20000,
Review Comment:
Might as well while we're in here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]