chunkSize top-level constant

int const chunkSize

Chunk size for file scanning (8 KB).

Implementation

const int chunkSize = 8 * 1024;