removed unnecessary configuration options

This commit is contained in:
Michal Purzynski 2020-01-14 17:34:41 -08:00
Родитель 6b401f71fc
Коммит 788684dbec
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -137,13 +137,6 @@ def initConfig():
options.mqprotocol = getConfig("mqprotocol", "pubsub", options.configfile)
# plugin options
# secs to pass before checking for new/updated plugins
# seems to cause memory leaks..
# regular updates are disabled for now,
# though we set the frequency anyway.
options.plugincheckfrequency = getConfig("plugincheckfrequency", 120, options.configfile)
def main():
if hasUWSGI: