From a704096e1affdf654e4a808c98a4f8afe42bfb88 Mon Sep 17 00:00:00 2001 From: Karl Date: Tue, 23 Jun 2020 06:33:38 -0500 Subject: [PATCH] Update 'app.js' --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 2eb94df..8b20658 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: 72000 //3 seconds + ttl: 18000 //5 hours }; cachedRequest(options, function (error, response, body) {