aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-07-06 18:42:41 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-07-06 18:42:41 +0200
commitb96753079542d76ef16dcba835de0c4b75158c47 (patch)
tree6e6c7345af644586db95663efb9e2baae80e3772 /apps/files_versions
parentca26bcc581ed7e19cdd236e0bc2010c4f3008679 (diff)
downloadnextcloud-server-b96753079542d76ef16dcba835de0c4b75158c47.tar.gz
nextcloud-server-b96753079542d76ef16dcba835de0c4b75158c47.zip
increase the time limit again to a sensible granularity of 1 min.
Please talk to me before changing this.
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/lib/versions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_versions/lib/versions.php b/apps/files_versions/lib/versions.php
index 5611e538ad8..4f0ee2c6d52 100644
--- a/apps/files_versions/lib/versions.php
+++ b/apps/files_versions/lib/versions.php
@@ -33,7 +33,7 @@ class Storage {
const DEFAULTFOLDER='versions';
const DEFAULTBLACKLIST='avi mp3 mpg mp4 ctmp';
const DEFAULTMAXFILESIZE=1048576; // 10MB
- const DEFAULTMININTERVAL=1; // 2 min
+ const DEFAULTMININTERVAL=60; // 1 min
const DEFAULTMAXVERSIONS=50;
private $view;