diff options
| author | 贺岚风 <[email protected]> | 2024-02-02 19:06:08 +0800 |
|---|---|---|
| committer | 贺岚风 <[email protected]> | 2024-02-02 19:06:08 +0800 |
| commit | 57dbca0d5b4a41d0ea3eb2d244521cc0029f8002 (patch) | |
| tree | 02bc10120424dce198812d5ea3dae808abcbe9bd | |
| parent | 2a301bf8bc6788274231ea21bf6d68a082b123a0 (diff) | |
| -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 |
