Skip to content

Commit

Permalink
Change default value of WriteRequestBatchingEnabled to true. (#2933)
Browse files Browse the repository at this point in the history
  • Loading branch information
agalibin authored Jan 29, 2025
1 parent a94dd84 commit 8dd2375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/blockstore/libs/storage/core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ TDuration MSeconds(ui32 value)
xxx(ColdZoneRequestCountFactor, ui32, 5 )\
xxx(BlockListCacheSizePercentage, ui32, 100 )\
\
xxx(WriteRequestBatchingEnabled, bool, false )\
xxx(WriteRequestBatchingEnabled, bool, true )\
\
xxx(FreshChannelWriteRequestsEnabled, bool, false )\
\
Expand Down

0 comments on commit 8dd2375

Please sign in to comment.