Fix case where get_partial_current_state_deltas could return >100 rows (#18960)

This commit is contained in:
Andrew Morgan
2025-11-26 17:17:04 +00:00
committed by GitHub
parent c928347779
commit 703464c1f7
4 changed files with 378 additions and 32 deletions

1
changelog.d/18960.bugfix Normal file
View File

@@ -0,0 +1 @@
Fix a bug in the database function for fetching state deltas that could result in unnecessarily long query times.