Skip to content

Commit 2de05d9

Browse files
committed
Change expiration to 30 days
1 parent a1ba8b6 commit 2de05d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"host": "localhost",
2525
"port": 6379,
2626
"db": 2,
27-
"expire": 3600
27+
"expire": 2592000
2828
},
2929

3030
"documents": {

0 commit comments

Comments
 (0)