Commit Graph

2188 Commits

Author SHA1 Message Date
Sam Schott
c0900d15b3 performance improvements to event cleaning 2020-03-14 12:56:29 +00:00
Sam Schott
54ef1f9097 use batch call to create folders 2020-03-13 21:50:56 +00:00
Sam Schott
891fcba3f5 renamed api_to_maestral_error to dropbox_to_maestral_error 2020-03-13 19:07:54 +00:00
Sam Schott
fdc6dfdd99 fixes a bug where client.upload could return ...
... before the upload session is finished
2020-03-13 17:51:30 +00:00
Sam Schott
948f310c23 flake8 2020-03-12 22:59:26 +00:00
Sam Schott
671055bb4a fix typo 2020-03-12 22:51:34 +00:00
Sam Schott
23d85533a8 updated changelog 2020-03-12 22:48:59 +00:00
Sam Schott
40340f7f2a new setting resync_inderval
defaults to 7 days
2020-03-12 22:48:59 +00:00
Sam Schott
34695114a9 moved max_cpu_percent to new sync settings 2020-03-12 22:48:59 +00:00
Sam Schott
2a323f297b tweaks to output formatting 2020-03-12 22:46:53 +00:00
Sam Schott
08a12f9108 periodic resyncs every week 2020-03-12 10:52:14 +00:00
Sam Schott
617eac5cc0 some cleanup 2020-03-12 10:52:14 +00:00
Sam Schott
a98b7cb3ee simplified throttle code 2020-03-12 09:20:29 +00:00
Sam Schott
0a93990489 remove todo 2020-03-11 13:29:12 +00:00
SamSchott
a12c1fd8d9
Update bug_report.md 2020-03-11 13:20:50 +00:00
Sam Schott
f270e63922 performance improvements to conflict resolution 2020-03-11 12:44:06 +00:00
Sam Schott
a416adb880 only perform throttle pool threads 2020-03-11 12:43:45 +00:00
Sam Schott
83985760af updated changelog 2020-03-11 10:51:08 +00:00
Sam Schott
292a199e74 make throttling user adjustable 2020-03-11 10:51:08 +00:00
Sam Schott
5bcb3af3fe use up to min(32, os.cpu_count() + 4) sync threads 2020-03-10 18:42:01 +00:00
Sam Schott
d41e0f2eeb catch LockTimeout in run_maestral_daemon 2020-03-10 18:42:01 +00:00
Sam Schott
4e04cd7dc7 use json for rev file and incremental updates 2020-03-10 18:42:01 +00:00
Sam Schott
2c7c58b40c more precise detection of our own events 2020-03-10 11:37:45 +00:00
Sam Schott
3e60e29f0c simplified remote conflict resolution 2020-03-10 11:34:44 +00:00
Sam Schott
126787c162 renamed watchdog module to fsevents 2020-03-10 11:28:19 +00:00
Sam Schott
67339b9469 updated changelog 2020-03-10 01:51:52 +00:00
Sam Schott
fa0d3407d2 bug fix 2020-03-10 01:51:31 +00:00
Sam Schott
1974299277 limit maximum cpu usage to 45% and use nice process 2020-03-09 15:05:11 +00:00
Sam Schott
9bc74b9779 updated docs 2020-03-08 23:42:47 +00:00
Sam Schott
13edf4d05c add deleted event for type changes ...
... eg file to folder
2020-03-08 23:37:29 +00:00
Sam Schott
569acbb191 removed unused import 2020-03-08 21:14:30 +00:00
Sam Schott
cccbae0653 don't look at ignored files for ctime of folders 2020-03-08 21:12:16 +00:00
Sam Schott
3ee50882db make some methods private 2020-03-08 21:11:55 +00:00
Sam Schott
c4701d972c tweaks 2020-03-08 17:48:43 +00:00
Sam Schott
4774541362 added comments to explain our event processing 2020-03-08 17:48:43 +00:00
SamSchott
16c24f2ad0
Fixed FileNotFoundError 2020-03-08 13:37:49 +00:00
Sam Schott
ba9b6aeb2e improved path tests 2020-03-08 13:21:49 +00:00
Sam Schott
7afeb0717a moved TODOs to regular comment 2020-03-08 13:18:33 +00:00
Sam Schott
c08dab550c minor simplification 2020-03-08 13:17:07 +00:00
Sam Schott
b1443d8b28 moved file status to constants 2020-03-08 12:32:19 +00:00
Sam Schott
eeca219316 show dbx_path in downloads queues 2020-03-08 12:32:19 +00:00
Sam Schott
0b59b76dc7 changed order in info queues 2020-03-08 12:07:14 +00:00
Sam Schott
3cd32be13e updated changelog 2020-03-08 11:51:45 +00:00
Sam Schott
692be18566 flake8 2020-03-08 11:45:57 +00:00
Sam Schott
bac9cbb891 lots of bug fixes 2020-03-08 11:43:55 +00:00
Sam Schott
6a6aef4315 fixed test imports 2020-03-08 04:28:56 +00:00
Sam Schott
4ab80ca62c released dev6 2020-03-08 04:21:27 +00:00
Sam Schott
80a402c741 removed unused import 2020-03-08 04:20:08 +00:00
Sam Schott
f96bc9281b simplify queues and exclusion of self-triggered changes 2020-03-08 04:16:30 +00:00
Sam Schott
ab9e1d1b1e add is_equal_or_child and generate_cc_path 2020-03-08 04:16:30 +00:00