mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00:00
Corrected cache time.
This commit is contained in:
parent
f09dedf16b
commit
04ec53010c
@ -116,6 +116,6 @@ class PinterestBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 0;
|
return 3600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user