Skip to content

Conversation

@aelkiss
Copy link
Member

@aelkiss aelkiss commented Nov 3, 2025

We were getting a database connection, doing a potentially expensive checksum computation, then re-using that connection. This fixes the order so the connection doesn't idle out.

We shouldn't need to do this checksum calculation, but fixing that isn't in scope here; see ETT-820.

We were getting a database connection, doing a potentially expensive
checksum computation, then re-using that connection. This fixes the
order so the connection doesn't idle out.

We shouldn't need to do this checksum calculation, but fixing that isn't
in scope here; see ETT-820.
@aelkiss aelkiss merged commit 8d3a78a into main Nov 3, 2025
1 check passed
@aelkiss aelkiss deleted the ETT-813-server-has-gone-away branch November 3, 2025 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants