mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-07 13:09:46 +00:00
server: remove Notify of dirty
This commit is contained in:
@@ -87,7 +87,6 @@ pub struct DnsServerDirtyState {
|
||||
zones: AtomicBool,
|
||||
addresses: AtomicBool,
|
||||
listeners: AtomicBool,
|
||||
reload: Notify,
|
||||
}
|
||||
|
||||
struct DnsServerRuntime {
|
||||
@@ -327,7 +326,6 @@ impl DnsServerRpc for DnsServer {
|
||||
}
|
||||
|
||||
self.clients.insert(id, new).await;
|
||||
self.dirty.reload.notify_one();
|
||||
}
|
||||
false
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user