mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-23 04:54:26 +00:00
Set first localgen time to max.
This commit is contained in:
parent
ecda75946b
commit
048bea201f
3
main.c
3
main.c
@ -222,6 +222,9 @@ static void add_pool(void)
|
||||
applog(LOG_ERR, "Failed to pthread_mutex_init in add_pool");
|
||||
exit (1);
|
||||
}
|
||||
/* Make sure the pool doesn't think we've been idle since time 0 if
|
||||
* we rush to !localgen */
|
||||
pool->tv_localgen.tv_sec = ~0UL;
|
||||
}
|
||||
|
||||
/* Pool variant of test and set */
|
||||
|
Loading…
x
Reference in New Issue
Block a user