diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-10 16:05:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-07-10 16:05:10 +0000 |
commit | 3fac20036472e2ceda6a3c44265e6fc823d0d244 (patch) | |
tree | 1965dc11bb35dd692a8ce6199629a179f7307a32 /libs | |
parent | 263d7228fce62ff1fff0b214f846f3c11f453e11 (diff) |
libs/lucid: lower threadlimit to 2
Diffstat (limited to 'libs')
-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 a8f70da67..b9be1dd97 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 10 + option threadlimit 2 option daemonize 1 option debug 0 list supports tcpserver |