Skip to content

Commit 2bacba1

Browse files
single ring 16 depth
1 parent c9194e2 commit 2bacba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flashring/pkg/cache/cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func NewWrapCache(config WrapCacheConfig, mountPoint string) (*WrapCache, error)
149149
MaxBatch: 16,
150150
MaxInflight: 16,
151151
QueueSize: 1024,
152-
}, 2)
152+
}, 1)
153153
if err != nil {
154154
log.Error().Err(err).Msg("Failed to create batched io_uring reader, falling back to per-shard rings")
155155
batchReader = nil

0 commit comments

Comments
 (0)