Browse Source
Before config was allowed to be swapped while `Feature` was enabled, which has led to a lot of loading code being moved into the `SwapConfig()` method, making `Feature` initialization code way more complex than it needed to be. This patch forces `Feature` to get disabled before config swap. This adds some verhead for swapping configs for already running `Feature`s, but that's a small cost for way simpler implementations.pull/12/head
Anton Tarasenko
2 years ago
4 changed files with 33 additions and 57 deletions
Loading…
Reference in new issue