Изменены интервалы проверки обновления

master3.3
Mike Khiretskiy 10 years ago
parent 84e5379a44
commit ba9d05cb04

@ -901,9 +901,7 @@ class VariableClUpdateAutocheckInterval(Variable):
self.help = _("set interval for the updates checking")
def choice(self):
return [["1h",_("hourly")],
["3h",_("every three hours")],
["6h",_("every six hours")],
return [["6h",_("every six hours")],
["12h",_("every twenty hours")],
["1d",_("daily")]]

Loading…
Cancel
Save