1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-01-17 22:28:22 +01:00

Merge pull request #94 from pitchoule/patch-6

Update and rename TagBoardBridge to TagBoardBridge.php
This commit is contained in:
Mitsu 2014-09-11 10:51:19 +02:00
commit 345469c620

View File

@ -44,7 +44,7 @@ class TagBoardBridge extends BridgeAbstract{
} }
public function getCacheDuration(){ public function getCacheDuration(){
return 0; // 6 hours 21600 return 21600; // 6 hours
} }
} }