-
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.
libnet: boltdb: remove PersistConnection
This parameter was used to tell the boltdb kvstore not to open/close the underlying boltdb db file before/after each get/put operation. Since d21d088, we've a single datastore instance shared by all components that need it. That commit set `PersistConnection=true`. We can now safely remove this param altogether, and remove all the code that was opening and closing the db file before and after each operation -- it's dead code! Signed-off-by: Albin Kerouanton <[email protected]>
- Loading branch information
1 parent
8070a9a
commit 4d7c11c
Showing
3 changed files
with
10 additions
and
50 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
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