define BIG_PIPE_SIZE value using PIPE_SIZE

This commit is contained in:
jdolecek 2001-07-23 19:34:36 +00:00
parent bee33e3d00
commit bef81951f3
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#endif
#ifndef BIG_PIPE_SIZE
#define BIG_PIPE_SIZE (64*1024)
#define BIG_PIPE_SIZE (4*PIPE_SIZE)
#endif
/*