Skip to content

Commit dc6b040

Browse files
committed
Increase timeout to 600 for upcoming fork
1 parent eb1f6c5 commit dc6b040

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)