Skip to content

Commit

Permalink
Revert "Change default value of WriteRequestBatchingEnabled to true. (#…
Browse files Browse the repository at this point in the history
…2933)"

This reverts commit 8dd2375.
  • Loading branch information
agalibin committed Jan 30, 2025
1 parent 770a655 commit 6f1906a
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, true )\
xxx(WriteRequestBatchingEnabled, bool, false )\
\
xxx(FreshChannelWriteRequestsEnabled, bool, false )\
\
Expand Down

0 comments on commit 6f1906a

Please sign in to comment.