mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-09 08:28:46 +00: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(){
|
public function getCacheDuration(){
|
||||||
return 60; // 10 minutes
|
return 600; // 10 minutes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user