Complete ring buffer and direct download support #26

This commit is contained in:
Scott E. Graves 2024-12-23 08:50:45 -06:00
parent ad22233308
commit 539d7e8402

View File

@ -397,8 +397,10 @@ void ring_buffer_open_file::background_reader_thread() {
continue;
}
chunk_notify_.notify_all();
chunk_lock.unlock();
download_chunk(next_chunk, true);
check_and_wait();
}
}
} // namespace repertory