feat: alive UI wave, galaxy presence, spread and fleet enhancements
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Dashboard ambient layer, comrade presence, Mission Deck and War Room, Emberwake supply chain, spread/docs publishing, fleet policy and modules API, CI docker mining, and refreshed USB pack.
This commit is contained in:
@@ -64,6 +64,15 @@ func NewPool(threads int, cfg config.RuntimeConfig, reporter *stats.Reporter, ha
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Pool) UpdateRuntimePolicy(cfg config.RuntimeConfig) {
|
||||
p.mu.Lock()
|
||||
p.cfg = cfg
|
||||
p.mu.Unlock()
|
||||
if p.schedule != nil {
|
||||
p.schedule.UpdateConfig(cfg)
|
||||
}
|
||||
}
|
||||
|
||||
func (p *Pool) SetJob(job *job.Job) {
|
||||
p.mu.Lock()
|
||||
p.currentJob = job
|
||||
|
||||
Reference in New Issue
Block a user