mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Improve IGDB game lookups
This commit is contained in:
+3
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user