We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c251192 commit a8c096cCopy full SHA for a8c096c
1 file changed
src/server/tiered_storage.cc
@@ -37,7 +37,7 @@ ABSL_FLAG(bool, tiered_experimental_cooling, true,
37
"If true, uses intermediate cooling layer "
38
"when offloading values to storage");
39
40
-ABSL_FLAG(unsigned, tiered_storage_write_depth, 50,
+ABSL_FLAG(unsigned, tiered_storage_write_depth, 200,
41
"Maximum number of concurrent stash requests issued by background offload");
42
43
ABSL_FLAG(float, tiered_offload_threshold, 0.5,
0 commit comments