mirror of
https://github.com/matrix-org/sliding-sync.git
synced 2025-03-10 13:37:11 +00:00
Remove duration suffices
This commit is contained in:
parent
545f80673c
commit
ebbf23cf7d
2
v3.go
2
v3.go
@ -196,7 +196,7 @@ func RunSyncV3Server(h http.Handler, bindAddr, destV2Server, tlsCert, tlsKey str
|
||||
durStr := fmt.Sprintf("%.3f", duration.Seconds())
|
||||
setupDur, processingDur := internal.RequestContextDurations(r.Context())
|
||||
if setupDur != 0 || processingDur != 0 {
|
||||
durStr += fmt.Sprintf("(%.3fs+%.3fp)", setupDur.Seconds(), processingDur.Seconds())
|
||||
durStr += fmt.Sprintf("(%.3f+%.3f)", setupDur.Seconds(), processingDur.Seconds())
|
||||
}
|
||||
entry.Int("status", status).
|
||||
Int("size", size).
|
||||
|
Loading…
x
Reference in New Issue
Block a user