mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
Fix cache duration for soundcloudBridge
This commit is contained in:
parent
91b1415e3d
commit
2c18ee2d53
@ -51,6 +51,6 @@ class SoundCloudBridge extends BridgeAbstract{
|
||||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 60; // 10 minutes
|
||||
return 600; // 10 minutes
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user