From 1abe148ec17f7d599b7c4cdd2e3ddccb3989b8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E4=BA=BA=E9=B1=BC?= <1823748191@qq.com> Date: Mon, 9 Dec 2024 23:51:27 +0800 Subject: [PATCH] update GC --- db/db_impl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/db_impl.cc b/db/db_impl.cc index 99b98d6..b62d7c1 100644 --- a/db/db_impl.cc +++ b/db/db_impl.cc @@ -820,7 +820,7 @@ void DBImpl::BackgroundCompaction() { CleanupCompaction(compact); c->ReleaseInputs(); RemoveObsoleteFiles(); - //MaybeScheduleGarbageCollect(); + MaybeScheduleGarbageCollect(); } delete c;