notify after config updates
This commit is contained in:
parent
e696357c06
commit
1ea9ceff85
@ -334,5 +334,6 @@ class DatabaseConfig extends BaseConfig
|
|||||||
// rather than deleting and having some other request(s) do a thundering
|
// rather than deleting and having some other request(s) do a thundering
|
||||||
// herd of race-conditioned updates, just save the updated version once here
|
// herd of race-conditioned updates, just save the updated version once here
|
||||||
$cache->set("config", $this->values);
|
$cache->set("config", $this->values);
|
||||||
|
$this->database->notify("config");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user