increase the time limit again to a sensible granularity of 1 min.

Please talk to me before changing this.
This commit is contained in:
Frank Karlitschek 2012-07-06 18:42:41 +02:00
parent ca26bcc581
commit b967530795
1 changed files with 1 additions and 1 deletions

View File

@ -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;