diff options
| -rw-r--r-- | ansible/roles/firewall/templates/main.conf.j2.j2 | 5 | ||||
| -rw-r--r-- | ansible/roles/traffic-engine/files/helm/conf/main.conf | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/ansible/roles/firewall/templates/main.conf.j2.j2 b/ansible/roles/firewall/templates/main.conf.j2.j2 index 86d13547..65c3ee6c 100644 --- a/ansible/roles/firewall/templates/main.conf.j2.j2 +++ b/ansible/roles/firewall/templates/main.conf.j2.j2 @@ -170,4 +170,7 @@ MAX_IDENTIFY_PACKETS=10 RANDOM_LOOKING_JUDGE_LIST={"random_looking_judge_list":[]} [SF_CLASSIFIER] -SYNC_MODE=1
\ No newline at end of file +SYNC_MODE=1 + +[STAT_POLICY_ENFORCER] +POLICY_CYCLE_INTERVAL_S=1
\ No newline at end of file diff --git a/ansible/roles/traffic-engine/files/helm/conf/main.conf b/ansible/roles/traffic-engine/files/helm/conf/main.conf index 16b6ce4b..58adf64f 100644 --- a/ansible/roles/traffic-engine/files/helm/conf/main.conf +++ b/ansible/roles/traffic-engine/files/helm/conf/main.conf @@ -178,4 +178,7 @@ MAX_IDENTIFY_PACKETS=10 RANDOM_LOOKING_JUDGE_LIST={"random_looking_judge_list":[]} [SF_CLASSIFIER] -SYNC_MODE=1
\ No newline at end of file +SYNC_MODE=1 + +[STAT_POLICY_ENFORCER] +POLICY_CYCLE_INTERVAL_S=1
\ No newline at end of file |
