fix: potential fix for the docker leaking the errors and such (#1496)

* fix: potential fix for the docker leaking the errors and such

* chore: Make sure that the buffer during reading the output will not exceed 10mb ish

* Chore: Add testing
This commit is contained in:
J M
2022-06-07 11:11:43 -06:00
committed by GitHub
parent 4286edd78f
commit f234f894af
3 changed files with 238 additions and 49 deletions

View File

@@ -48,6 +48,7 @@ unstable = ["patch-db/unstable"]
[dependencies]
aes = { version = "0.7.5", features = ["ctr"] }
async-trait = "0.1.51"
async-stream = "0.3.3"
avahi-sys = { git = "https://github.com/Start9Labs/avahi-sys", version = "0.10.0", branch = "feature/dynamic-linking", features = [
"dynamic",
], optional = true }