mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
removed outstandingPushes counting which is not needed
This commit is contained in:
@@ -110,8 +110,7 @@ function sendPing(client, syncRows = []) {
|
||||
|
||||
sendMessage(client, {
|
||||
type: 'sync',
|
||||
data: syncRows,
|
||||
outstandingSyncs: stats.outstandingPushes + stats.outstandingPulls
|
||||
data: syncRows
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user