ashb commented on code in PR #44839:
URL: https://github.com/apache/airflow/pull/44839#discussion_r1879912749


##########
airflow/utils/orm_event_handlers.py:
##########
@@ -46,6 +46,7 @@ def connect(dbapi_connection, connection_record):
         def set_sqlite_pragma(dbapi_connection, connection_record):
             cursor = dbapi_connection.cursor()
             cursor.execute("PRAGMA foreign_keys=ON")
+            cursor.execute("PRAGMA journal_mode=WAL")

Review Comment:
   This is essentially the change, everything else is removing code that isn't 
needed anymore!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to