maded2 / plotng

PlotNG - plotting utility for Chia.Net
Apache License 2.0
128 stars 24 forks source link

Only count running plots when doing phase 1 detection #73

Closed squizzling closed 3 years ago

squizzling commented 3 years ago

If a plot is killed or has an error during phase 1, it is still counted towards the total. This also simplifies the code generally, and counts plots which are "warming up" (not yet running, but will be).

The warming up case is not one that would generally occur, but I reduce the server check interval down from 1 minute as part of testing. Theoretically it might occur if a system is super busy, and manages to take over a minute before the plot officially moves to phase 1.