summaryrefslogtreecommitdiff
path: root/src/qcommon
diff options
context:
space:
mode:
Diffstat (limited to 'src/qcommon')
-rw-r--r--src/qcommon/common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/common.c b/src/qcommon/common.c
index 0c59c2b8..772f6bd4 100644
--- a/src/qcommon/common.c
+++ b/src/qcommon/common.c
@@ -38,8 +38,8 @@ int demo_protocols[] =
#define MAX_NUM_ARGVS 50
#define MIN_DEDICATED_COMHUNKMEGS 1
-#define MIN_COMHUNKMEGS 128
-#define DEF_COMHUNKMEGS 128
+#define MIN_COMHUNKMEGS 256
+#define DEF_COMHUNKMEGS 256
#define DEF_COMZONEMEGS 24
#define DEF_COMHUNKMEGS_S XSTRING(DEF_COMHUNKMEGS)
#define DEF_COMZONEMEGS_S XSTRING(DEF_COMZONEMEGS)