mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
[core] Remove hardcoded maximum duration of 24 hours in loadCacheValue (#3355)
This commit is contained in:
parent
a4a7473abb
commit
343fd36671
4 changed files with 7 additions and 7 deletions
|
@ -159,7 +159,7 @@ class BugzillaBridge extends BridgeAbstract
|
|||
protected function getUser($user)
|
||||
{
|
||||
// Check if the user endpoint is available
|
||||
if ($this->loadCacheValue($this->instance . 'userEndpointClosed')) {
|
||||
if ($this->loadCacheValue($this->instance . 'userEndpointClosed', 86400)) {
|
||||
return $user;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue