0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 11:18:51 +02:00

ircd:Ⓜ️:events: Fix indentation; minor cleanup.

This commit is contained in:
Jason Volk 2022-01-23 11:46:24 -08:00
parent 26ce330d6d
commit 0d8f069fbf

View file

@ -433,11 +433,11 @@ ircd::m::events::refs::for_each(const range &range,
dbs::event_refs dbs::event_refs
}; };
db::gopts gopts db::gopts gopts
{ {
db::get::NO_CACHE, db::get::NO_CACHE,
db::get::NO_CHECKSUM db::get::NO_CHECKSUM
}; };
gopts.readahead = size_t(readahead); gopts.readahead = size_t(readahead);
const auto start const auto start