We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03690a0 commit 14c3474Copy full SHA for 14c3474
src/ServiceControl.Audit/Auditing/AuditPersister.cs
@@ -130,7 +130,7 @@ public async Task<IReadOnlyList<MessageContext>> Persist(IReadOnlyList<MessageCo
130
// this can throw even though dispose is never supposed to throw
131
var commitSw = Stopwatch.StartNew();
132
await unitOfWork.DisposeAsync();
133
-bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
+ bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
134
}
135
catch (Exception e)
136
{
0 commit comments