forked from canonical/chisel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use one jsonwall writer to write all DBs
This commit removes the usage of a new ``jsonwall.DBWriter`` per DB. Instead, it adds the usage of only one ``jsonwall.DBWriter`` for all the DBs. The ``WriteDB`` function signature has been modified slightly as well.
- Loading branch information
1 parent
84ac18a
commit 0f70aae
Showing
2 changed files
with
77 additions
and
93 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