mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
Merge branch 'httpserver' into testing
This commit is contained in:
commit
ff2047997a
@ -1061,7 +1061,7 @@ registerGlobalValue(supybot.servers.http, 'port',
|
||||
registry.Integer(8080, _("""Determines what port the HTTP server will
|
||||
bind.""")))
|
||||
registerGlobalValue(supybot.servers.http, 'keepAlive',
|
||||
registry.Boolean(True, _("""Defines whether the server will stay alive if
|
||||
registry.Boolean(False, _("""Defines whether the server will stay alive if
|
||||
no plugin is using it. This also means that the server will start even
|
||||
if it is not used.""")))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user