1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02: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

View File

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