summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.php')
-rw-r--r--config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.php b/config.php
index 56b3e2e..db92fc9 100644
--- a/config.php
+++ b/config.php
@@ -7,7 +7,8 @@ $ABSCACHEDIR = $ABSPATH . "/" . $CACHEDIR;
$REDIS_DBNAME=0;
$REDIS_CONNECT="/var/run/redis/redis.sock";
-$MAXSIZE = 500000000000;
+//$MAXSIZE = 500000000000;
+$MAXSIZE= 2000000000000;
$STREAM_MAXSIZE = 200000000;
//$db = new SQLite3($ABSPATH . "/db/sqlite.db");