mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
Start plotting the next valid item in the queue, not the last (#9205)
This commit is contained in:
parent
9051fc168a
commit
c889d08756
@ -833,6 +833,7 @@ class WebSocketServer:
|
||||
for item in self.plots_queue:
|
||||
if item["queue"] == queue and item["state"] is PlotState.SUBMITTED and item["parallel"] is False:
|
||||
next_plot_id = item["id"]
|
||||
break
|
||||
|
||||
if next_plot_id is not None:
|
||||
loop.create_task(self._start_plotting(next_plot_id, loop, queue))
|
||||
|
Loading…
Reference in New Issue
Block a user