mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-07 00:26:00 +03:00
[FeedExpander] Add CACHE_TIMEOUT to template
parent
19d26a9982
commit
74f8dbed8c
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ class MySiteBridge extends FeedExpander {
|
|||
const URI = '';
|
||||
const DESCRIPTION = 'No description provided';
|
||||
const PARAMETERS = array();
|
||||
const CACHE_TIMEOUT = 3600;
|
||||
|
||||
public function collectData(){
|
||||
$this->collectExpandableDatas('your feed URI');
|
||||
|
|
Loading…
Add table
Reference in a new issue