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) {