Skip to content

Commit

Permalink
Setup the default settings as it using in SaaS.
Browse files Browse the repository at this point in the history
Reduced the ttl for the files in the cache to 24h, increased number of a files deleted form the cache at once.
  • Loading branch information
agolybev committed Sep 21, 2016
1 parent 62c0294 commit 41e3ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Common/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@
"forcesave": 604800,
"saved": 3600,
"documentsCron": "0 */2 * * * *",
"files": 604800,
"files": 86400,
"filesCron": "00 00 */1 * * *",
"filesremovedatonce": 10
"filesremovedatonce": 100
},
"ipfilter": {
"rules": [{"address": "*", "allowed": true}],
Expand Down

0 comments on commit 41e3ea1

Please sign in to comment.