send a bitset have all, if a local file is added

and minor fixes
This commit is contained in:
Green Sky
2026-01-08 18:36:27 +01:00
parent 254fe9c6d5
commit 866d64c7d8
4 changed files with 15 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ void SHA1MappedFilesystem::newFromFile(std::string_view file_name, std::string_v
sha1_info.file_size = file_impl->_file_size; // TODO: remove the reliance on implementation details
sha1_info.chunk_size = chunkSizeFromFileSize(sha1_info.file_size);
{
// TOOD: remove
// TODO: remove
const uint32_t cs_low {32*1024};
const uint32_t cs_high {4*1024*1024};