mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 10:31:51 +00:00
Remove multiqueue that make tha can't create tun device
This commit is contained in:
parent
467a158b5b
commit
b63eee8e00
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ start_instance() {
|
|||
retry count -1 const 5000000 \
|
||||
timeout 10000 \
|
||||
keepalive count 5 idle 10 interval 2 \
|
||||
buffer-size 32768 multiqueue
|
||||
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