From 28df880d59aa0f97879902a1ba808535074d5ab6 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Tue, 10 Oct 2023 20:08:05 -0700 Subject: [PATCH] turn on deadlock_detection --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c8cca5f..31c9993b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,7 +81,7 @@ RUN --mount=type=cache,target=/root/.cargo/git \ FROM rust as rust_with_env # changing our features doesn't change any of the steps above -ENV WEB3_PROXY_FEATURES "rdkafka-src,stripe" +ENV WEB3_PROXY_FEATURES "deadlock_detection,rdkafka-src,stripe" # copy the app COPY . .