Skip to content

Commit

Permalink
kv: enable buffered writes
Browse files Browse the repository at this point in the history
  • Loading branch information
nvanbenschoten committed Dec 11, 2024
1 parent 8c5a063 commit 8115ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/kvclient/kvcoord/txn_interceptor_write_buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var bufferedWritesEnabled = settings.RegisterBoolSetting(
settings.ApplicationLevel,
"kv.transaction.buffered_writes.enabled",
"if enabled, transactional writes are buffered on the gateway",
false,
true,
settings.WithPublic,
)

Expand Down

0 comments on commit 8115ba3

Please sign in to comment.