changed default buffer size - fiche - A pastebin adjusted for gopher use | |
git clone git://vernunftzentrum.de/fiche.git | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
commit d731796d06c3fb02a8241bf18e4b76391bfd422a | |
parent 2d5e5c9c3156c9a1c2acf4469a55e2cfafef525e | |
Author: solusipse <[email protected]> | |
Date: Fri, 13 Sep 2013 20:32:08 +0200 | |
changed default buffer size | |
Diffstat: | |
fiche.h | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
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/"; | |