mirror of
https://github.com/arun11299/cpp-subprocess.git
synced 2025-08-04 20:36:20 -04:00
Merge 8f5bf6ad734ad107628252afc80fc69dacbb4f04 into 2ef9f168d34d5f0573dd486629e8cf0218b189a9
This commit is contained in:
commit
3c2098954f
@ -102,7 +102,7 @@ namespace subprocess {
|
|||||||
// from pipe
|
// from pipe
|
||||||
static const size_t SP_MAX_ERR_BUF_SIZ = 1024;
|
static const size_t SP_MAX_ERR_BUF_SIZ = 1024;
|
||||||
|
|
||||||
// Default buffer capcity for OutBuffer and ErrBuffer.
|
// Default buffer capacity for OutBuffer and ErrBuffer.
|
||||||
// If the data exceeds this capacity, the buffer size is grown
|
// If the data exceeds this capacity, the buffer size is grown
|
||||||
// by 1.5 times its previous capacity
|
// by 1.5 times its previous capacity
|
||||||
static const size_t DEFAULT_BUF_CAP_BYTES = 8192;
|
static const size_t DEFAULT_BUF_CAP_BYTES = 8192;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user