This is an automated email from the ASF dual-hosted git repository.
rawlin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git
The following commit(s) were added to refs/heads/master by this push:
new 750b663 fix typo for peer_optimisitc_quorum_min (#5201)
750b663 is described below
commit 750b6639d56b29751270c9cf74fcce4daf7192c1
Author: Steve Malenfant <[email protected]>
AuthorDate: Tue Oct 27 10:32:45 2020 -0400
fix typo for peer_optimisitc_quorum_min (#5201)
Co-authored-by: Steve Malenfant <[email protected]>
---
traffic_monitor/conf/traffic_monitor.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/traffic_monitor/conf/traffic_monitor.cfg
b/traffic_monitor/conf/traffic_monitor.cfg
index 203f762..71bed80 100644
--- a/traffic_monitor/conf/traffic_monitor.cfg
+++ b/traffic_monitor/conf/traffic_monitor.cfg
@@ -5,7 +5,7 @@
"http_timeout_ms": 2000,
"peer_polling_interval_ms": 5000,
"peer_optimistic": true,
- "peer_optimisitc_quorum_min": 0,
+ "peer_optimistic_quorum_min": 0,
"max_events": 200,
"max_stat_history": 5,
"max_health_history": 5,