Closed eigan closed 6 years ago
as a tmp fix for anyone else having this issue:
Add this at top of upload: () method
if @state.status == 'Syncing'
return
This is not a good solution since it will prevent syncing all files (if you save multiple times fast etc). There should be a queue system of some sort, I think.
When there is lots of changes (git operations), many rsync processes seems to start.