Skip to content

Commit

Permalink
tapdb: thread through enabled flag correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Jan 13, 2025
1 parent 355ce1c commit 0e3b0b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tapdb/multiverse_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ func newSyncerRootNodeCache(enabled bool,
preAllocSize: preAllocSize,
universeRoots: rootsMap,
cacheLogger: newCacheLogger("syncer_universe_roots"),
enabled: enabled,
}
}

Expand Down

0 comments on commit 0e3b0b6

Please sign in to comment.