Closed
Description
opened on Aug 29, 2023
Describe the feature
At the moment, a new_job
boolean flag is used and modified inside a while condition that drains all requests:
reth/crates/payload/builder/src/service.rs
Lines 232 to 274 in 82fb0ee
At the end, if new_job
is false
, Poll::Pending
is returned. We could improve the efficiency here by polling only new jobs.
Additional context
No response
Metadata
Assignees
Type
Projects
Status
Done
Activity