remove gc

This commit is contained in:
jxxghp
2025-07-25 11:48:34 +08:00
parent 4fc20c0670
commit d31fac7eca

View File

@@ -323,9 +323,6 @@ class SiteStatistic(_PluginBase):
if site_prev:
previous_data.append(site_prev)
# 清理垃圾
gc.collect()
return latest_day, latest_data, previous_data
@staticmethod
@@ -947,9 +944,6 @@ class SiteStatistic(_PluginBase):
}
]
# 清理垃圾
gc.collect()
return page
def stop_service(self):