mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
chore: Increase wait time for applying changes to 60 seconds in autoconf
This commit is contained in:
parent
5817f989f2
commit
c945ab48a1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class Config:
|
|||
|
||||
def wait_applying(self, startup: bool = False):
|
||||
i = 0
|
||||
while i < 10:
|
||||
while i < 60:
|
||||
curr_changes = self._db.check_changes()
|
||||
if isinstance(curr_changes, str):
|
||||
if not startup:
|
||||
|
|
|
|||
Loading…
Reference in a new issue