ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/thttpd/config.h
(Generate patch)

Comparing thttpd/config.h (file contents):
Revision 1.1.6.1 by root, Mon Jun 25 02:23:00 2001 UTC vs.
Revision 1.1.6.2 by root, Fri Aug 10 16:52:06 2001 UTC

373*/ 373*/
374#define MIN_WOULDBLOCK_DELAY 100L 374#define MIN_WOULDBLOCK_DELAY 100L
375 375
376/* CONFIGURE: Maximum filesize to serve using mmap 376/* CONFIGURE: Maximum filesize to serve using mmap
377*/ 377*/
378#define MMAP_MAX (1024L*1024*2) 378#define MMAP_MAX (1024L*1024*8)
379 379
380/* CONFIGURE: The size of the bounce-buffer when not using mmap 380/* CONFIGURE: The size of the bounce-buffer when not using mmap
381*/ 381*/
382#define WRITE_BUFFER 4096 382#define WRITE_BUFFER 4096
383 383

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines