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

ocket8888 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 5e7fe63  Remove unused TM options from GHA (#6075)
5e7fe63 is described below

commit 5e7fe6339f87612ac45c11b051314433b96e4b2c
Author: Rawlin Peters <[email protected]>
AuthorDate: Mon Aug 2 07:07:01 2021 -0600

    Remove unused TM options from GHA (#6075)
---
 .github/actions/tm-integration-tests/entrypoint.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/actions/tm-integration-tests/entrypoint.sh 
b/.github/actions/tm-integration-tests/entrypoint.sh
index 48362cb..c5d28f6 100755
--- a/.github/actions/tm-integration-tests/entrypoint.sh
+++ b/.github/actions/tm-integration-tests/entrypoint.sh
@@ -127,8 +127,6 @@ cat > ./traffic_monitor.cfg <<- EOF
       "peer_polling_interval_ms": 5000,
       "peer_optimistic": true,
       "max_events": 200,
-      "max_stat_history": 5,
-      "max_health_history": 5,
       "health_flush_interval_ms": 20,
       "stat_flush_interval_ms": 20,
       "log_location_event": null,
@@ -138,7 +136,6 @@ cat > ./traffic_monitor.cfg <<- EOF
       "log_location_debug": null,
       "serve_read_timeout_ms": 10000,
       "serve_write_timeout_ms": 10000,
-      "http_poll_no_sleep": false,
       "static_file_dir": "${repo_dir}/traffic_monitor/static/"
   }
 EOF

Reply via email to