mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-18 00:08:58 +02:00
[BridgeAbstract] Add missing default value for CACHE_TIMEOUT
parent
0cd97cc23b
commit
152dbc19fd
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ const URI = '';
|
|||
const DESCRIPTION = 'No description provided';
|
||||
const MAINTAINER = 'No maintainer';
|
||||
const PARAMETERS = array();
|
||||
const CACHE_TIMEOUT = 3600;
|
||||
```
|
||||
|
||||
### Parameters
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue