1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-04-08 17:56:03 +03:00

Corrected cache time.

This commit is contained in:
Teromene 2016-02-26 15:10:26 +00:00
parent f09dedf16b
commit 04ec53010c

View file

@ -116,6 +116,6 @@ class PinterestBridge extends BridgeAbstract{
}
public function getCacheDuration(){
return 0;
return 3600;
}
}