Skip to content

Commit

Permalink
set noWorkTimeout default to 4 hrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepgully committed Feb 13, 2019
1 parent e7244a1 commit 0619f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpoolprotocols/PoolManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ struct PoolSettings
{
std::vector<std::shared_ptr<URI>> connections; // List of connection definitions
unsigned getWorkPollInterval = 10000; // Interval (ms) between getwork requests
unsigned noWorkTimeout = 7200; // If no new jobs in this number of seconds drop connection
unsigned noWorkTimeout = 14400; // If no new jobs in this number of seconds drop connection
unsigned noResponseTimeout = 2; // If no response in this number of seconds drop connection
unsigned poolFailoverTimeout = 0; // Return to primary pool after this number of minutes
bool reportHashrate = true; // Whether or not to report hashrate to pool
Expand Down

0 comments on commit 0619f65

Please sign in to comment.