mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 15:27:53 +00:00
add todo comment if we ever fix the broken config parser
This commit is contained in:
parent
0bbf5550a8
commit
5b8adcd9a1
@ -6127,6 +6127,8 @@ static void get_work_prepare_thread(struct thr_info *mythr, struct work *work)
|
|||||||
}
|
}
|
||||||
rd_unlock(&mining_thr_lock);
|
rd_unlock(&mining_thr_lock);
|
||||||
// Apply other pool-specific settings
|
// Apply other pool-specific settings
|
||||||
|
// TODO: when config parser is improved, add else statements and set
|
||||||
|
// to default intensity
|
||||||
if (work->pool->intensity)
|
if (work->pool->intensity)
|
||||||
set_intensity(work->pool->intensity);
|
set_intensity(work->pool->intensity);
|
||||||
if (work->pool->xintensity)
|
if (work->pool->xintensity)
|
||||||
|
Loading…
Reference in New Issue
Block a user