libs/lucid: lower thread limit to 10 due to oom issues on different devices
This commit is contained in:
parent
d807510dad
commit
644bc4ac3a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
config lucid main
|
||||
option pollinterval 15000
|
||||
option threadlimit 25
|
||||
option threadlimit 10
|
||||
option daemonize 1
|
||||
option debug 0
|
||||
list supports tcpserver
|
||||
|
|
Loading…
Reference in a new issue