-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix loading history when multiple buffers in config
When starting the RingLogger backend, the `RingLogger.Server` loads any history from a persistence file during init, then configures the Server after successfully starting up. However, the configure action was destructive and would reset all the buffers which were just loaded if you happened to have buffer configuration. This fixes that to reload any existing buffer back into the newly configured ones so that history would not be lost when adjusting minor configuration
- Loading branch information
1 parent
a003768
commit 2e43c07
Showing
2 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters