-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for the sqlite3 process to terminate
When closing the pipe to sqlite3, the sqlite3 process is not terminated instantly which leads to race conditions with Git in `histdb-sync`. Therefore, this commit adds a block to wait for the sqlite3 process to terminate in `_histdb_stop_sqlite_pipe`.
- Loading branch information
1 parent
0b63f7c
commit 4fe68a6
Showing
1 changed file
with
9 additions
and
8 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