Open ma4nn opened 3 months ago
This PR fixes a huge performance drawback introduced by the change in 5231b7ff in the transaction status controller.
The issue is caused by the fact that the collection is not filtered on database level resulting in all status entries being loaded.
This PR fixes a huge performance drawback introduced by the change in 5231b7ff in the transaction status controller.
The issue is caused by the fact that the collection is not filtered on database level resulting in all status entries being loaded.