mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-08-02 07:02:49 +02:00
one more span change to end before a sleep
This commit is contained in:
parent
2db20f0a6c
commit
01bd4373b6
1 changed files with 1 additions and 0 deletions
|
@ -2388,6 +2388,7 @@ void EmbeddedNetworkController::_ssoExpiryThread()
|
|||
Metrics::sso_member_deauth++;
|
||||
onNetworkMemberDeauthorize(nullptr, e->networkId, e->nodeId);
|
||||
}
|
||||
span->End();
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(500));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue