diff options
| author | yangwei <[email protected]> | 2024-01-11 19:42:31 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-01-11 19:42:31 +0800 |
| commit | 7559d0197d827a2d8a3e63ff5890b715c3c96916 (patch) | |
| tree | 294f9c7be3afb7274afd2c84826bc4eb40292707 | |
| parent | 36ff8e88357f5ab27e47262079f1c60780905c5f (diff) | |
📃 docs(sapp.toml): 注释默认max_opening_per_sec值
| -rw-r--r-- | bin/etc/sapp.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml index df65495..dee3978 100644 --- a/bin/etc/sapp.toml +++ b/bin/etc/sapp.toml @@ -143,8 +143,8 @@ analyse_option_enabled=1 tuple4_reuse_time_interval=30 - max_opening_per_sec=1 - max_timeouts_per_sec=1 + #max_opening_per_sec=5000 + #max_timeouts_per_sec=5000 meaningful_statistics_minimum_pkt=3 meaningful_statistics_minimum_byte=5 @@ -166,8 +166,8 @@ meaningful_statistics_minimum_pkt=3 meaningful_statistics_minimum_byte=5 - max_opening_per_sec=5 - max_timeouts_per_sec=5 + #max_opening_per_sec=5000 + #max_timeouts_per_sec=5000 [PROFILING] |
