Files
scylladb/service
Duarte Nunes e33e187096 service/storage_proxy: Use near-infinite timeouts for view updates
View updates are sent with a timeout of 5 minutes, unrelated to
any user-defined value and meant as a protection mechanism. During
normal operation we don’t benefit from timing out view writes and
offloading them to the hinted-handoff queue, since they are an
internal, non-real time workload that we already spent resources on.

This value should be increases further, but that change depends on

Refs #2538
Refs #3826

Signed-off-by: Duarte Nunes <duarte@scylladb.com>
2018-12-19 22:38:30 +00:00
..