increase the time limit again to a sensible granularity of 1 min.
Please talk to me before changing this.
This commit is contained in:
parent
ca26bcc581
commit
b967530795
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue