From 00c61ec1b0dc6e0d17e1a91755beb0f58312448c Mon Sep 17 00:00:00 2001 From: Luke Robles Date: Fri, 29 Sep 2023 13:21:30 -0700 Subject: [PATCH] bump cache to 5 mins --- app/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.py b/app/bot.py index a8d7071d..0e9a084b 100755 --- a/app/bot.py +++ b/app/bot.py @@ -22,7 +22,7 @@ for cogfile in cogfiles: import requests_cache -requests_cache.install_cache(expire_after=180) +requests_cache.install_cache(expire_after=300) @bot.event