diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-06 21:38:51 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-06 21:38:51 +0000 |
commit | 644bc4ac3a727b23a849d61b5f26b5b79b25f8f4 (patch) | |
tree | 881423ee2241b7342e5360458a3f6041443fac14 | |
parent | d807510dad8acd247d00ddf921a52d0da4418ca0 (diff) |
libs/lucid: lower thread limit to 10 due to oom issues on different devices
-rw-r--r-- | libs/lucid/root/etc/config/lucid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/lucid/root/etc/config/lucid b/libs/lucid/root/etc/config/lucid index c3bd60432..a8f70da67 100644 --- a/libs/lucid/root/etc/config/lucid +++ b/libs/lucid/root/etc/config/lucid @@ -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 |