fix weird end-of-file bug by having downloaders use inotify to directly track changes

This commit is contained in:
xenofem 2022-04-29 22:36:44 -04:00
parent ba4c7bfcbe
commit cc0aaaab94
8 changed files with 246 additions and 283 deletions

View file

@ -17,6 +17,7 @@ bytes = "1.1.0"
crc32fast = "1.3.2"
env_logger = "0.9"
futures-core = "0.3"
inotify = "0.10"
log = "0.4"
mime = "0.3.16"
pin-project-lite = "0.2.9"