Skip to content
Snippets Groups Projects
Verified Commit 8325e0ba authored by Tomas Krizek's avatar Tomas Krizek Committed by Petr Špaček
Browse files

utils/kr_cache_gc: set default rw_txn_items to 100

parent f147b7a9
Branches
Tags
1 merge request!817cache garbage collector
......@@ -49,6 +49,7 @@ int main(int argc, char *argv[])
signal(SIGINT, got_killed);
kr_cache_gc_cfg_t cfg = { 0 };
cfg.rw_txn_items = 100
int o;
while ((o = getopt(argc, argv, "hnc:d:l:m:w:t:")) != -1) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment