mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 10:25:47 +02:00
chore(tiering): Move files and move kb literal to common (#2868)
Signed-off-by: Vladislav Oleshko <vlad@dragonflydb.io>
This commit is contained in:
parent
2a4d3ae08e
commit
5979fd1cb9
20 changed files with 80 additions and 59 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue