Improve IGDB game lookups

This commit is contained in:
DariusIII
2025-12-10 12:48:59 +01:00
parent 8c7e22ecb1
commit 79b36b9ba3
2 changed files with 430 additions and 60 deletions
+3 -1
View File
@@ -14,8 +14,10 @@ return [
* Here you can set how long each query should be cached (in seconds).
*
* To turn cache off set this value to 0
*
* Recommended: 86400 (24 hours) for game data that rarely changes
*/
'cache_lifetime' => env((int) 'IGDB_CACHE_LIFETIME', 3600),
'cache_lifetime' => env('IGDB_CACHE_LIFETIME', 86400),
/*
* Path where the webhooks should be handled.