Skip to content

Commit

Permalink
adding new cache img conf #3
Browse files Browse the repository at this point in the history
  • Loading branch information
shprink committed May 26, 2015
1 parent 0a44bda commit a3e31b8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config.json.dist
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@
"cache": {
"views": 10,
"forward": false,
"img": {
"localCacheFolder": "imgcache",
"useDataURI": false,
"chromeQuota": 10485760,
"usePersistentCache": true,
"cacheClearSize": 0,
"headers": {},
"skipURIencoding": false
},
"data": {
"capacity": 100,
"maxAge": 21600000,
Expand Down

0 comments on commit a3e31b8

Please sign in to comment.