Skip to content

Commit

Permalink
chore: increase default caching duration
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Mar 7, 2024
1 parent b34692a commit 7604326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.json.docker
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@
* Not setting this may cause problems during deployment.
* Set to 0 to disable caching.
*/
"maxAge": "${MAX_AGE:21600}", // 60 * 60 * 6 = 6 hours
"maxAge": "${MAX_AGE:604800}", // 60 * 60 * 24 * 7 = one week

/*
* Absolute path to the Abiword executable.
Expand Down

0 comments on commit 7604326

Please sign in to comment.