Skip to content

Commit

Permalink
WIP: trigger 'handlePastEvents' manually to clear mempool
Browse files Browse the repository at this point in the history
  • Loading branch information
forshtat committed Aug 17, 2024
1 parent 6f0a35b commit 06d9705
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bundler/src/modules/ExecutionManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export class ExecutionManager {
}
await new Promise(resolve => setTimeout(resolve, 50))
}
await this.bundleManager.handlePastEvents()
return
}
debug('attemptBundle force=', force, 'count=', this.mempoolManager.count(), 'max=', this.maxMempoolSize)
Expand Down

0 comments on commit 06d9705

Please sign in to comment.