notify after config updates

This commit is contained in:
Shish 2020-10-03 12:52:52 +00:00
parent e696357c06
commit 1ea9ceff85

View file

@ -334,5 +334,6 @@ class DatabaseConfig extends BaseConfig
// rather than deleting and having some other request(s) do a thundering
// herd of race-conditioned updates, just save the updated version once here
$cache->set("config", $this->values);
$this->database->notify("config");
}
}