Skip to content
Snippets Groups Projects
Unverified Commit 6b509fd9 authored by J. Nick Koston's avatar J. Nick Koston Committed by GitHub
Browse files

Prevent sqlalchemy from refetching the old_state_id as it will never change (#40982)

Disable expire_on_commit for the event writer. Since we never expect the
old_state_id to change in the database, it was never worth the expense of
refetching the id after the commit.
parent cf785b86
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment