mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 10:38:11 +08:00
[client-sync] Add provider to syncbackTask perf metric
This commit is contained in:
parent
a776e6dfb7
commit
f5f5b60140
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ class SyncbackTask {
|
||||||
actionTimeMs: Date.now() - startTime,
|
actionTimeMs: Date.now() - startTime,
|
||||||
maxValue: 10 * 60 * 1000,
|
maxValue: 10 * 60 * 1000,
|
||||||
type: this._syncbackRequest.type,
|
type: this._syncbackRequest.type,
|
||||||
|
provider: this._account.provider,
|
||||||
})
|
})
|
||||||
clearTimeout(timeout)
|
clearTimeout(timeout)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue