You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of body_downloader imports a transaction only once, and the transaction can be rejected while importing to the mempool because of the mempool limit (memory limit or size limit). After being rejected, body_downloader will never request them again.
changed the title [-]Request transactions, which were rejected by the mempool limit, again in the sync module when the mempool has enough space[/-][+]Request transactions, which were rejected by the mempool limit, again when the mempool has enough space[/+]on Sep 20, 2019
Activity
[-]Request transactions, which were rejected by the mempool limit, again in the sync module when the mempool has enough space[/-][+]Request transactions, which were rejected by the mempool limit, again when the mempool has enough space[/+]