Skip to content

Commit 69181e2

Browse files
committed
Tweak cache setting
1 parent d6c8174 commit 69181e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/cloud-providers/LightningCloudProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module.exports = class LightningCloudProvider extends AbstractCloudProvider{
2525
constructor(){
2626
super();
2727

28-
this.validateCache = new ValueCache({expires: 60 * 60 * 1000});
28+
this.validateCache = new ValueCache({expires: 15 * 60 * 1000});
2929

3030
this.urlBase = "https://webodm.net/r";
3131
this.timeout = 15000;

0 commit comments

Comments
 (0)