Skip to content

Commit 0e3b0b6

Browse files
committed
tapdb: thread through enabled flag correctly
1 parent 355ce1c commit 0e3b0b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tapdb/multiverse_cache.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ func newSyncerRootNodeCache(enabled bool,
294294
preAllocSize: preAllocSize,
295295
universeRoots: rootsMap,
296296
cacheLogger: newCacheLogger("syncer_universe_roots"),
297+
enabled: enabled,
297298
}
298299
}
299300

0 commit comments

Comments
 (0)