whoops commited before saving
This commit is contained in:
parent
274e7efd3c
commit
83fe136baf
|
|
@ -113,7 +113,7 @@ func startMonitor(rpcCh *amqp.Channel, logger *blog.AuditLogger) {
|
|||
// Run forever.
|
||||
for d := range deliveries {
|
||||
// If d is a call add to deliveryTimings and increment Boulder.RpcOpenCalls, if it is a
|
||||
// response then get time.Since call from deliveryTiming, send timing metric, and
|
||||
// response then get time.Since original call from deliveryTiming, send timing metric, and
|
||||
// decrement Boulder.RpcOpenCalls
|
||||
go func() {
|
||||
if d.ReplyTo != "" {
|
||||
|
|
|
|||
Loading…
Reference in New Issue