]> gitweb.fluxo.info Git - rhatto/dotfiles/luakit.git/commitdiff
Set luakit.process_limit = 0
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 12:05:12 +0000 (10:05 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 12:05:12 +0000 (10:05 -0200)
config.dot/luakit.link/rc.lua

index b04d775e773ed0bd64614e8bfd2b2eaaf0025ccd..755e68e2e9bf117d3bbc57a9ba8a9b90f6c7f54f 100644 (file)
@@ -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"