diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 10:05:12 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-10-27 10:05:12 -0200 |
commit | 92ea80c8a10dc379b2e50d46a93184f8fef442b1 (patch) | |
tree | 4e37ca93ae4fda04a61b2c4dfb4169b8563ef610 | |
parent | 006ac7909157295c25a53dcb10eaeaadcc8d3d02 (diff) | |
download | luakit-92ea80c8a10dc379b2e50d46a93184f8fef442b1.tar.gz luakit-92ea80c8a10dc379b2e50d46a93184f8fef442b1.tar.bz2 |
Set luakit.process_limit = 0
-rw-r--r-- | config.dot/luakit.link/rc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.dot/luakit.link/rc.lua b/config.dot/luakit.link/rc.lua index b04d775..755e68e 100644 --- a/config.dot/luakit.link/rc.lua +++ b/config.dot/luakit.link/rc.lua @@ -9,7 +9,7 @@ require "lfs" --require "unique_instance" -- Set the number of web processes to use. A value of 0 means 'no limit'. -luakit.process_limit = 4 +luakit.process_limit = 0 -- Set the cookie storage location soup.cookies_storage = luakit.data_dir .. "/cookies.db" |