Files
comaps/libs/coding/constants.hpp
Konstantin Pastbin bfffa1fff4 Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-17 14:32:37 +07:00

5 lines
130 B
C++

#pragma once
static size_t const READ_FILE_BUFFER_SIZE = 512 * 1024;
static unsigned int const ZIP_FILE_BUFFER_SIZE = 64 * 1024;