diff options
| author | yangwei <[email protected]> | 2023-07-24 19:34:49 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-07-24 19:34:49 +0800 |
| commit | a2c541fe930378a42cec4095373a89a5f4171b3c (patch) | |
| tree | 4cec4378d09168ea992be9489b90649f3ab626b3 | |
| parent | 9d9b3f689f33bc13cfdc50c49ef6e6cf9c0dc682 (diff) | |
📃 docs(sapp.toml): 调整默认tcp timeout值v4.3.17
data timeou 180s,opening timeout 60s,closing timeout 30s
| -rw-r--r-- | bin/etc/sapp.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml index 0c9d1f5..9533854 100644 --- a/bin/etc/sapp.toml +++ b/bin/etc/sapp.toml @@ -131,8 +131,8 @@ stream_id_base_time="2021-01-01 00:00:00" [stream.tcp] max=10000 - timeout=60 - opening_timeout=10 + timeout=180 + opening_timeout=60 closing_timeout=30 syn_mandatory=1 reorder_pkt_max=32 |
