perf: revert preload.

This commit is contained in:
liqiang-fit2cloud 2025-11-04 13:56:20 +08:00 committed by CaptainB
parent d35cf16031
commit 70e4f5f467

View File

@ -18,4 +18,5 @@ def enable_force_gc():
t.start()
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '1') == "1":
maxkb_logger.info(f"(PID: {CURRENT_PID}) Forced GC enabled")
enable_force_gc()