mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-30 09:04:37 +02:00
Corrected cache time.
This commit is contained in:
parent
f09dedf16b
commit
04ec53010c
1 changed files with 1 additions and 1 deletions
|
@ -116,6 +116,6 @@ class PinterestBridge extends BridgeAbstract{
|
|||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0;
|
||||
return 3600;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue