mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
Add ctmp extension to blacklist to make sync test files not versioned.
This commit is contained in:
parent
6d37f9b951
commit
1fc74ea174
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ class Storage {
|
|||
|
||||
const DEFAULTENABLED=true;
|
||||
const DEFAULTFOLDER='versions';
|
||||
const DEFAULTBLACKLIST='avi mp3 mpg mp4';
|
||||
const DEFAULTBLACKLIST='avi mp3 mpg mp4 ctmp';
|
||||
const DEFAULTMAXFILESIZE=1048576; // 10MB
|
||||
const DEFAULTMININTERVAL=120; // 2 min
|
||||
const DEFAULTMAXVERSIONS=50;
|
||||
|
|
|
|||
Loading…
Reference in a new issue