-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is hardcoded to use an on-disk database (at a temporary file location). We need to get some command-line flags in place to allow toggling between tmsqlite in-memory, tmsqlite on-disk, and the original tmmemstore implementations. This change also fixes outstanding flakiness in the tmsqlite in-memory store, which seemed to be due to allowing more than one concurrent write. Also expand the inline documentation, in case we ever need to touch any of the SQLite setup again in the future.
- Loading branch information
1 parent
a297dc6
commit f8d5155
Showing
2 changed files
with
55 additions
and
27 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