From 41290383e27caa4ddfc3a342fa6b660ed329a520 Mon Sep 17 00:00:00 2001 From: vyzo Date: Fri, 9 Jul 2021 19:24:44 +0300 Subject: [PATCH] fix test --- blockstore/splitstore/splitstore_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/blockstore/splitstore/splitstore_test.go b/blockstore/splitstore/splitstore_test.go index 38501699b..423a76536 100644 --- a/blockstore/splitstore/splitstore_test.go +++ b/blockstore/splitstore/splitstore_test.go @@ -24,7 +24,6 @@ import ( func init() { CompactionThreshold = 5 CompactionBoundary = 2 - CompactionLookback = 2 logging.SetLogLevel("splitstore", "DEBUG") }