summaryrefslogtreecommitdiff
path: root/src/backend/sync.py
AgeCommit message (Collapse)Author
2022-09-16replace subprocess.Popen.wait with subprocess.Popen.communicate everywhere ↵V3n3RiX
we use pipes to avoid deadlocks
2021-03-06backend:V3n3RiX
* drop some checks we had in place due to expensive metadata regen * less time checking -> more time working -> faster sisyphus
2021-02-02Revert "cleanup some code"V3n3RiX
This reverts commit e66109a13d8d3a6393e5c3255239c9ec2971d07c.
2021-02-02cleanup some codeV3n3RiX
2021-02-02remove some redundant code -> faster sync speedsV3n3RiX
2020-06-08rename some constants to something more prettyV3n3RiX
2020-06-06filesystem module : gather all the folder and file paths used by sisyphus ↵V3n3RiX
under one module, and expose them to other modules from there
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip