summaryrefslogtreecommitdiff
path: root/config.php
diff options
context:
space:
mode:
authormoehm2014-09-14 21:29:39 +0200
committermoehm2014-09-14 21:29:39 +0200
commitf4c4a9791a90c51b1699d5d178199318a2ca2a85 (patch)
treeab0b0de6ec10cc9baa4cd31875a7fba1e1b24610 /config.php
parent1eba482c5172a92432c13e04480cb1604bef6df0 (diff)
downloadvideo-dl-f4c4a9791a90c51b1699d5d178199318a2ca2a85.tar.gz
removed limit for downloads + blocks double audio extracting
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");