Skip to content

Commit

Permalink
reduce sleep time in mail loop to 5ms
Browse files Browse the repository at this point in the history
  • Loading branch information
e-max committed Feb 4, 2019
1 parent c8bf32e commit f267da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/src/mining/stratumserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ impl StratumServer {
}

// sleep before restarting loop
thread::sleep(Duration::from_millis(50));
thread::sleep(Duration::from_millis(5));
} // Main Loop
} // fn run_loop()
} // StratumServer
Expand Down

0 comments on commit f267da9

Please sign in to comment.