This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
building_data_management_systems.Xuanzhou.2024Fall.DaSE
/
XOY-leveldb-exp2
Watch
23
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update GC
xxy
小人鱼
9 months ago
parent
20d7f118ea
commit
1abe148ec1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
db/db_impl.cc
+ 1
- 1
db/db_impl.cc
View File
@ -820,7 +820,7 @@ void DBImpl::BackgroundCompaction() {
CleanupCompaction
(
compact
)
;
c
-
>
ReleaseInputs
(
)
;
RemoveObsoleteFiles
(
)
;
//MaybeScheduleGarbageCollect();
MaybeScheduleGarbageCollect
(
)
;
}
delete
c
;
Write
Preview
Loading…
Cancel
Save