Changed the way nodes stuck in the reloading experiment are detected. Rather
than trying to infer how long a node has been reserved by polling the contents of the reserved table, use the timestamp in that table, which I didn't notice the first time through. Makes the code much simpler and more correct.
Please register or sign in to comment