mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 01:31:13 +02:00
cleanup
This commit is contained in:
@@ -147,7 +147,7 @@ if __name__ == "__main__":
|
||||
alive = instance.thread.is_alive()
|
||||
except:
|
||||
alive = False
|
||||
if round(time.time()) % 30 == 0:
|
||||
if round(time.time()) % 120 == 0:
|
||||
installer.log.debug(f'Server alive: {alive} Memory {get_memory_stats()}')
|
||||
if not alive:
|
||||
if instance.wants_restart:
|
||||
|
||||
Reference in New Issue
Block a user