fix comment

This commit is contained in:
caryoscelus 2022-07-01 23:16:42 +00:00
parent 53ba8d2bb9
commit ab9e8322fa

View file

@ -306,7 +306,7 @@ class FileServer(ConnectionServer):
time.sleep(1) # Prevent too quick request
site = None
gc.collect() # Implicit garbage collection
gc.collect() # Explicit garbage collection
startup = False
time.sleep(60 * 20)