Skip to content
Snippets Groups Projects
Bastian Köcher's avatar
Bastian Köcher authored
Before this was done for every imported transaction. When a lot of
transactions got imported, the import notification channel was filled.
The underlying problem was that the `status` call is read locking the
`validated_pool` which will be write locked by the internal submitting
logic. Thus, the submitting and status reading was interferring which
each other.

---------

Co-authored-by: default avatarGitHub Action <action@github.com>
1e3b8e16