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",
"fs",
"time",
"rt-multi-thread",
"parking_lot",
"rt-multi-thread"
] }
toml = "0.5.9"

Loading…
Cancel
Save