Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

staking miner: less aggresive submissions #6978

Merged
merged 2 commits into from
Mar 30, 2023

Commits on Mar 29, 2023

  1. staking miner: less aggresive submissions

    We have noticed that the staking-miner performs many concurrent RPC calls (more than 256).
    Probably because these batch request are getting bigger because the state is growing.
    
    So let's relax this and mine solutions sequentially i.e, mine solution
    one solution at the time and not in concurrently.
    niklasad1 committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    2cebf3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5ed20b View commit details
    Browse the repository at this point in the history