Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Polling): Perform computations in milliseconds
The collaborator disconnect timeout is in ms as are all intervals. So we can directly subtract it from `Date.now()` - which also is in ms. The only time that is not expressed in ms is the last contact timestamp. Backport of #3769 Signed-off-by: Max <max@nextcloud.com>
- Loading branch information