changed default buffer size

This commit is contained in:
solusipse
2013-09-13 20:32:08 +02:00
parent 2d5e5c9c31
commit d731796d06

View File

@@ -46,7 +46,7 @@ char *BANLIST;
char *BANFILE; char *BANFILE;
int PORT = 9999; int PORT = 9999;
int SLUG_SIZE = 4; int SLUG_SIZE = 4;
int BUFSIZE = 8192; int BUFSIZE = 32768;
int QUEUE_SIZE = 100; int QUEUE_SIZE = 100;
char DOMAIN[128] = "http://localhost/"; char DOMAIN[128] = "http://localhost/";