anselal / antminer-monitor

Cryptocurrency ASIC mining hardware monitor using a simple web interface
GNU General Public License v3.0
228 stars 145 forks source link

max worker must be greater than 0 #175

Closed jcreyesb closed 3 years ago

jcreyesb commented 3 years ago

Captura de pantalla de 2020-08-28 08-46-59

old06 commented 3 years ago

+

old06 commented 3 years ago

Captura de pantalla de 2020-08-28 08-46-59

edit settings.py import multiprocessing as m NUM_THREADS=m.cpu_count()-1

import multiprocessing as m NUM_THREADS=m.cpu_count() its work

anselal commented 3 years ago

@old06 do you run it in a single core cpu ?

old06 commented 3 years ago

@anselal yes

anselal commented 3 years ago

ok, will fix that later today. thnx for the feedback