mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Increase glorytun timeout
This commit is contained in:
parent
e0c135e246
commit
f5f68a0729
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@ start_instance() {
|
||||||
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
[ "${chacha20}" = "1" ] && procd_append_param command chacha20
|
||||||
|
|
||||||
procd_append_param command \
|
procd_append_param command \
|
||||||
retry count -1 const 50000 \
|
retry count -1 const 500000 \
|
||||||
timeout 4000 \
|
timeout 40000 \
|
||||||
keepalive count 5 idle 30 interval 2 \
|
keepalive count 5 idle 30 interval 2 \
|
||||||
buffer-size 32768
|
buffer-size 32768
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue