mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-27 03:40:13 +02:00
Corrected cache time.
This commit is contained in:
@@ -116,6 +116,6 @@ class PinterestBridge extends BridgeAbstract{
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 0;
|
||||
return 3600;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user