diff options
Diffstat (limited to 'settings.json.template_windows')
-rw-r--r-- | settings.json.template_windows | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.json.template_windows b/settings.json.template_windows index da661fca..35b54d8d 100644 --- a/settings.json.template_windows +++ b/settings.json.template_windows @@ -40,5 +40,9 @@ /* This is the path to the Abiword executable. Setting it to null, disables abiword. Abiword is needed to enable the import/export of pads*/ - "abiword" : null + "abiword" : null, + + /* cache 6 hours = 1000*60*60*6 */ + "maxAge": 21600000 + } |