]> source.dussan.org Git - nextcloud-server.git/commitdiff
increase the time limit again to a sensible granularity of 1 min.
authorFrank Karlitschek <frank@owncloud.org>
Fri, 6 Jul 2012 16:42:41 +0000 (18:42 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Fri, 6 Jul 2012 16:42:41 +0000 (18:42 +0200)
Please talk to me before changing this.

apps/files_versions/lib/versions.php

index 5611e538ad8581c18c5abdfd02d5258a1118e87c..4f0ee2c6d522969d238bb1ceb92bda6489e33a82 100644 (file)
@@ -33,7 +33,7 @@ class Storage {
        const DEFAULTFOLDER='versions'; \r
        const DEFAULTBLACKLIST='avi mp3 mpg mp4 ctmp'; \r
        const DEFAULTMAXFILESIZE=1048576; // 10MB \r
-       const DEFAULTMININTERVAL=1; // 2 min\r
+       const DEFAULTMININTERVAL=60; // 1 min\r
        const DEFAULTMAXVERSIONS=50;\r
        \r
        private $view;\r