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
Currently the only sensible way to control the amount of deals per hour or day that hits the sealing pipeline is:
import X amount of deals and kill spader OR
limit the dir_size variable to the size of the deals the sealing pipeline can handle
A more flexible way to control the amount of deals per hour or per day would be favorable. I know how many deals my pipeline can process per hour and it would be useful to feed it just enough so there is a continuous flow of deals at maximum throughput for the miner without choking it.
The text was updated successfully, but these errors were encountered:
Currently the only sensible way to control the amount of deals per hour or day that hits the sealing pipeline is:
A more flexible way to control the amount of deals per hour or per day would be favorable. I know how many deals my pipeline can process per hour and it would be useful to feed it just enough so there is a continuous flow of deals at maximum throughput for the miner without choking it.
The text was updated successfully, but these errors were encountered: