From 2de05d905510edac666cc65cab62d017680f4ce7 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Mon, 28 Nov 2011 10:37:39 -0500 Subject: [PATCH] Change expiration to 30 days --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 0208e7f..e3c8d61 100644 --- a/config.js +++ b/config.js @@ -24,7 +24,7 @@ "host": "localhost", "port": 6379, "db": 2, - "expire": 3600 + "expire": 2592000 }, "documents": {