This commit is contained in:
Vladimir Mandic
2023-05-20 13:36:27 -04:00
parent 2ce9852cff
commit b6289d56c7
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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: