mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Set buffer to minimum default
This commit is contained in:
parent
99ce3a3d5c
commit
687c9d8c38
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ start_instance() {
|
|||
retry count -1 const 50000 \
|
||||
timeout 4000 \
|
||||
keepalive count 5 idle 30 interval 2 \
|
||||
buffer-size 1000
|
||||
buffer-size 32768
|
||||
|
||||
procd_set_param respawn 0 30 0
|
||||
procd_set_param file /tmp/${PROG_NAME}-${1}.key
|
||||
|
|
Loading…
Reference in a new issue