Fix cache duration for soundcloudBridge
This commit is contained in:
parent
91b1415e3d
commit
2c18ee2d53
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ class SoundCloudBridge extends BridgeAbstract{
|
|||
}
|
||||
|
||||
public function getCacheDuration(){
|
||||
return 60; // 10 minutes
|
||||
return 600; // 10 minutes
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue