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