Ticket #21275: patch-src__system.H

File patch-src__system.H, 435 bytes (added by mail@…, 15 years ago)

Patch for Buffersize (needed if you have > 50 files in slice2xx commands)

Line 
1--- src/system.H        2008-02-27 14:26:31.000000000 +0100
2+++ src/system.H.patched        2009-09-10 17:17:35.000000000 +0200
3@@ -284,7 +284,7 @@
4 #define PRESTD_RESCAN_LIMIT 0x100
5 #endif
6 #ifndef NBUFF
7-#define NBUFF               0x10000     /* Must be NWORK <= NBUFF   */
8+#define NBUFF               0x20000     /* Must be NWORK <= NBUFF   */
9 #endif
10 #ifndef NWORK
11 #define NWORK               NBUFF       /* 0x1000, 0x4000, 0x10000, ..  */