/* * settings.cpp * * Created on: Jun 7, 2021 * Author: mad */ #include size_t g_read_chunk_size = 65536; size_t g_write_chunk_size = 4096;