remove option "daemon" from sj3serv.lua.

This commit is contained in:
iratqq 2008-02-02 00:04:11 +00:00
commit d2223576d0
2 changed files with 2 additions and 14 deletions

View file

@ -17,10 +17,6 @@
local prefix = "%%SJ3VARDIR%%"
sj3.set_server {
-- daemon: Boolean
-- set daemonize
daemon = true,
-- max_client: Integer
-- client connect limit value
max_client = 512,