mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 21:47:10 +00:00
Many places call memtable::make_flush_reader() with default priority class. Make it a default-arg for the method, other reader making methods of memtable already have it. Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>