From 91dde6500402b3d8ac4d1993d1394c7d4329d77a Mon Sep 17 00:00:00 2001 From: "karl.hudgell" Date: Tue, 23 Jun 2020 11:48:35 +0100 Subject: [PATCH] 20 hours --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5951d0e..2eb94df 100644 --- a/app.js +++ b/app.js @@ -75,7 +75,7 @@ bot.on('message', (msg) => { 'x-rapidapi-key': process.env.RAPIDAPI_API_KEY, useQueryString: true }, - ttl: 86400 //3 seconds + ttl: 72000 //3 seconds }; cachedRequest(options, function (error, response, body) {