]> git.sesse.net Git - cubemap/blobdiff - config.cpp
Change the default backlog size to 10MB; I have seen the 1MB limit backfire a bit...
[cubemap] / config.cpp
index cf32c24ae81edb73187ccf883ca61f02648828b4..091796151f811a241a929adde38b90afad8336bf 100644 (file)
@@ -19,7 +19,7 @@
 
 using namespace std;
 
-#define DEFAULT_BACKLOG_SIZE 1048576
+#define DEFAULT_BACKLOG_SIZE 10485760
 
 struct ConfigLine {
        string keyword;