fix comment
This commit is contained in:
parent
53ba8d2bb9
commit
ab9e8322fa
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue