mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
Remove unnecessary trace event
Co-authored-by: Xiaoxi Wang <xiaoxi.wang@snowflake.com>
This commit is contained in:
parent
436aa832e2
commit
88e54eec5c
@ -369,7 +369,6 @@ class GlobalTagThrottlerImpl {
|
||||
self->removeUnseenQuotas(tagsWithQuota);
|
||||
++self->throttledTagChangeId;
|
||||
wait(delay(5.0));
|
||||
TraceEvent("GlobalTagThrottler_ChangeSignaled");
|
||||
break;
|
||||
} catch (Error& e) {
|
||||
TraceEvent("GlobalTagThrottler_MonitoringChangesError", self->id).error(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user