You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really know PHP so I haven't yet been able to figure out how to fix it, but if one miner doesn't respond (I'm monitoring 2 miners) it returns a blank page.
The text was updated successfully, but these errors were encountered:
There are two things that you can do to fix this. The script checks the rigs serially (i.e one after the other) and checking every one takes up to 3 seconds (you can change this in config.php) but if you have more rigs, you can edit the "max_execution_time" in php.ini. The default is usually 30 and you can change it any number of seconds you want it to be set to. I will implement a fix in the code to change max_execution_time as well.
I don't really know PHP so I haven't yet been able to figure out how to fix it, but if one miner doesn't respond (I'm monitoring 2 miners) it returns a blank page.
The text was updated successfully, but these errors were encountered: