notify after config updates
This commit is contained in:
parent
e696357c06
commit
1ea9ceff85
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue