mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
config: enable truncate_request_timeout_in_ms option
Option truncate_request_timeout_in_ms is used by truncate. Mark it as
used.
Message-Id: <20160323162649.GH2282@scylladb.com>
(cherry picked from commit 0afd1c6f0a)
This commit is contained in:
committed by
Pekka Enberg
parent
75b2db7862
commit
1b2dbcc26e
@@ -487,7 +487,7 @@ public:
|
||||
val(cas_contention_timeout_in_ms, uint32_t, 5000, Unused, \
|
||||
"The time that the coordinator continues to retry a CAS (compare and set) operation that contends with other proposals for the same row." \
|
||||
) \
|
||||
val(truncate_request_timeout_in_ms, uint32_t, 10000, Unused, \
|
||||
val(truncate_request_timeout_in_ms, uint32_t, 10000, Used, \
|
||||
"The time that the coordinator waits for truncates (remove all data from a table) to complete. The long default value allows for a snapshot to be taken before removing the data. If auto_snapshot is disabled (not recommended), you can reduce this time." \
|
||||
) \
|
||||
val(write_request_timeout_in_ms, uint32_t, 2000, Used, \
|
||||
|
||||
Reference in New Issue
Block a user