don't enable tokio-console by default

This commit is contained in:
Bryan Stitt 2023-10-12 22:02:48 -07:00
parent 59e5beeac8
commit c07c9f48ea

View File

@ -90,7 +90,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 "deadlock_detection,stripe,tokio-console"
ENV WEB3_PROXY_FEATURES "deadlock_detection,stripe"
# copy the app
COPY . .