mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01:00
Change sleep from 60 to 3
This commit is contained in:
parent
18a0b95d29
commit
5353cd854f
@ -865,7 +865,7 @@ class ServerInstance:
|
||||
"notify", "backupStarted", HelperUsers.get_user_lang_by_id(user)
|
||||
).format(self.name),
|
||||
)
|
||||
time.sleep(60)
|
||||
time.sleep(3)
|
||||
conf = HelpersManagement.get_backup_config(self.server_id)
|
||||
if conf["shutdown"]:
|
||||
logger.info(
|
||||
|
Loading…
x
Reference in New Issue
Block a user