fix weird end-of-file bug by having downloaders use inotify to directly track changes
This commit is contained in:
parent
ba4c7bfcbe
commit
cc0aaaab94
8 changed files with 246 additions and 283 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue