Skip to content

Commit 8393e03

Browse files
committed
Merge pull request lucasjones#5 from sammy007/master
Increase timeout to 600 for upcoming fork
2 parents 6c10b7d + dc6b040 commit 8393e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpu-miner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ static void *stratum_thread(void *userdata) {
14061406
}
14071407
}
14081408

1409-
if (!stratum_socket_full(&stratum, 300)) {
1409+
if (!stratum_socket_full(&stratum, 600)) {
14101410
applog(LOG_ERR, "Stratum connection timed out");
14111411
s = NULL;
14121412
} else

0 commit comments

Comments
 (0)