chore(tiering): Move files and move kb literal to common (#2868)

Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
Vladislav 2024-04-11 16:37:29 +03:00 committed by GitHub
parent 2a4d3ae08e
commit 5979fd1cb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 80 additions and 59 deletions

View file

@ -93,7 +93,7 @@ void JournalWriter::Write(const journal::Entry& entry) {
}
JournalReader::JournalReader(io::Source* source, DbIndex dbid)
: source_{source}, buf_{4_KB}, dbid_{dbid} {
: source_{source}, buf_{4096}, dbid_{dbid} {
}
void JournalReader::SetSource(io::Source* source) {