Skip to content

Commit

Permalink
Merge pull request lucasjones#5 from sammy007/master
Browse files Browse the repository at this point in the history
Increase timeout to 600 for upcoming fork
  • Loading branch information
wolf9466 committed Mar 16, 2016
2 parents 6c10b7d + dc6b040 commit 8393e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu-miner.c
Expand Up @@ -1406,7 +1406,7 @@ static void *stratum_thread(void *userdata) {
}
}

if (!stratum_socket_full(&stratum, 300)) {
if (!stratum_socket_full(&stratum, 600)) {
applog(LOG_ERR, "Stratum connection timed out");
s = NULL;
} else
Expand Down

0 comments on commit 8393e03

Please sign in to comment.