Skip to content

Commit a8c096c

Browse files
committed
Increase tiered storage write depth
1 parent c251192 commit a8c096c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/tiered_storage.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ABSL_FLAG(bool, tiered_experimental_cooling, true,
3737
"If true, uses intermediate cooling layer "
3838
"when offloading values to storage");
3939

40-
ABSL_FLAG(unsigned, tiered_storage_write_depth, 50,
40+
ABSL_FLAG(unsigned, tiered_storage_write_depth, 200,
4141
"Maximum number of concurrent stash requests issued by background offload");
4242

4343
ABSL_FLAG(float, tiered_offload_threshold, 0.5,

0 commit comments

Comments
 (0)