From: Frank Karlitschek Date: Fri, 6 Jul 2012 16:42:41 +0000 (+0200) Subject: increase the time limit again to a sensible granularity of 1 min. X-Git-Tag: v4.5.0beta1~74^2~225^2~24 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b96753079542d76ef16dcba835de0c4b75158c47;p=nextcloud-server.git increase the time limit again to a sensible granularity of 1 min. Please talk to me before changing this. --- 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;