libs/lucid: lower threadlimit to 2
This commit is contained in:
parent
263d7228fc
commit
3fac200364
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
config lucid main
|
config lucid main
|
||||||
option pollinterval 15000
|
option pollinterval 15000
|
||||||
option threadlimit 10
|
option threadlimit 2
|
||||||
option daemonize 1
|
option daemonize 1
|
||||||
option debug 0
|
option debug 0
|
||||||
list supports tcpserver
|
list supports tcpserver
|
||||||
|
|
Loading…
Reference in a new issue