Default buffer capacity for OutBuffer and ErrBuffer, in bytes.
Synopsis
Declared in <util/subprocess.h>
inline constexpr size_t DEFAULT_BUF_CAP_BYTES = 8192;
Description
If the data exceeds this capacity, the buffer size is grown by 1.5 times its previous capacity.
Created with MrDocs