define BIG_PIPE_SIZE value using PIPE_SIZE
This commit is contained in:
parent
bee33e3d00
commit
bef81951f3
|
@ -44,7 +44,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef BIG_PIPE_SIZE
|
||||
#define BIG_PIPE_SIZE (64*1024)
|
||||
#define BIG_PIPE_SIZE (4*PIPE_SIZE)
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue