changed default buffer size - fiche - A pastebin adjusted for gopher use
(HTM) git clone git://vernunftzentrum.de/fiche.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit d731796d06c3fb02a8241bf18e4b76391bfd422a
(DIR) parent 2d5e5c9c3156c9a1c2acf4469a55e2cfafef525e
(HTM) Author: solusipse <solus1ps3@gmail.com>
Date: Fri, 13 Sep 2013 20:32:08 +0200
changed default buffer size
Diffstat:
fiche.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/fiche.h b/fiche.h
@@ -46,7 +46,7 @@ char *BANLIST;
char *BANFILE;
int PORT = 9999;
int SLUG_SIZE = 4;
-int BUFSIZE = 8192;
+int BUFSIZE = 32768;
int QUEUE_SIZE = 100;
char DOMAIN[128] = "http://localhost/";