Don't enable the parking_lot feature in tokio

That seems to be causing the event loop to randomly deadlock and the
server to stop accepting connections.
tracing-locks
Frank Denis 2 years ago
parent 528161044a
commit a9c6061862

@ -51,8 +51,7 @@ tokio = { version = "1.18.2", features = [
"io-util", "io-util",
"fs", "fs",
"time", "time",
"rt-multi-thread", "rt-multi-thread"
"parking_lot",
] } ] }
toml = "0.5.9" toml = "0.5.9"

Loading…
Cancel
Save