We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbd8a1 commit 49ad9c3Copy full SHA for 49ad9c3
psa_car_controller/psacc/repository/db.py
@@ -40,6 +40,7 @@ class CustomSqliteConnection(sqlite3.Connection):
40
def __init__(self, *args, **kwargs): # real signature unknown
41
super().__init__(*args, **kwargs)
42
self.callbacks = []
43
+ self.execute("PRAGMA journal_mode=WAL;")
44
45
def execute_callbacks(self):
46
for callback in self.callbacks:
0 commit comments