mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 22:00:23 +02:00
Fix cache duration for soundcloudBridge
This commit is contained in:
@@ -51,6 +51,6 @@ class SoundCloudBridge extends BridgeAbstract{
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function getCacheDuration(){
|
public function getCacheDuration(){
|
||||||
return 60; // 10 minutes
|
return 600; // 10 minutes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user