This is an automated email from the ASF dual-hosted git repository.

rawlin pushed a commit to branch 4.1.x
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/4.1.x by this push:
     new e05d045  fix typo for peer_optimisitc_quorum_min (#5201) (#5206)
e05d045 is described below

commit e05d045a1abc3ccf0a209b20d67862e4aa1e33a2
Author: Rawlin Peters <[email protected]>
AuthorDate: Tue Oct 27 13:17:17 2020 -0600

    fix typo for peer_optimisitc_quorum_min (#5201) (#5206)
    
    Co-authored-by: Steve Malenfant <[email protected]>
    (cherry picked from commit 750b6639d56b29751270c9cf74fcce4daf7192c1)
    
    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,

Reply via email to