mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
This is a long-awaited cleanup. Gossiper code runs every second, it is not performance sensitive, so it does not make much sense to stick to lowres db_clock, use high_resolution_clock instead.