* libs/httpd: Added performance ;-)
[project/luci.git] / libs / httpd / host / runluci
index c9c93dd..09039f5 100755 (executable)
@@ -27,6 +27,6 @@ io.stderr:write("Starting LuCI HTTPD on port " .. PORT .. "...\n")
 io.stderr:write("Point your browser to http://localhost:" .. PORT .. "/luci\n")
 
 daemon = luci.httpd.Daemon()
-daemon.debug = true
+--daemon.debug = true
 daemon:register(serversocket, server:create_daemon_handlers())
 daemon:run()