This commit is contained in:
DaqianLiao 2024-06-12 14:47:35 +08:00 committed by GitHub
commit 00f3fb4208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class MasterPriorityQueue implements TaskPriorityQueue<Server> {
public void remove(Server server) {
this.queue.remove(server);
refreshMasterList();
}
public void clear() {