mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Adds the "--timeout" argument which allows specifying a timeout used in all operations. It works by inserting "USING <timeout>" in appropriate place in the query. The flag is most useful when set to zero - with an appropriate combination of other flags (flush, bypass cache) it guarantees that each operation will time out and performance of the timeout handling logic can be measured.