try gc full collect

This commit is contained in:
Tanguy 2023-05-09 12:33:41 +02:00
parent 81dffee893
commit f2e7800db8
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E
1 changed files with 5 additions and 0 deletions

View File

@ -148,4 +148,9 @@ when isMainModule:
info "Node setup complete"
while true:
waitFor sleepAsync(2.seconds)
try:
GC_fullCollect()
except: discard
runForever()