mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-22 05:23:09 -06:00
Add waittime to log
This commit is contained in:
parent
5518f985ba
commit
4f24dac4dc
|
|
@ -466,6 +466,7 @@ userLoop:
|
|||
"total": len(userIDs),
|
||||
"failed": failCount,
|
||||
"skipped": len(userIDs) - failCount,
|
||||
"waittime": waitTime,
|
||||
}).Warn("Failed to query device keys for some users")
|
||||
}
|
||||
for _, userID := range userIDs {
|
||||
|
|
|
|||
Loading…
Reference in a new issue