mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-23 15:06:53 +00:00
[index] Disable custom cache timeout by default
This commit is contained in:
parent
92f5cb7db0
commit
932e81db7d
@ -20,8 +20,8 @@ define('PROXY_BYBRIDGE', false);
|
||||
define('PROXY_NAME', 'Hidden Proxy Name');
|
||||
|
||||
// Allows the operator to specify custom cache timeouts via '&_cache_timeout=3600'
|
||||
// true: enabled (default), false: disabled
|
||||
define('CUSTOM_CACHE_TIMEOUT', true);
|
||||
// true: enabled, false: disabled (default)
|
||||
define('CUSTOM_CACHE_TIMEOUT', false);
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
error_reporting(0);
|
||||
|
Loading…
Reference in New Issue
Block a user