From ab9e8322fa7e896a196749d2986ad7ef4c40cabc Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Fri, 1 Jul 2022 23:16:42 +0000 Subject: [PATCH] fix comment --- src/File/FileServer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/File/FileServer.py b/src/File/FileServer.py index e5fd4edf..ce6139b4 100644 --- a/src/File/FileServer.py +++ b/src/File/FileServer.py @@ -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)