Skip to content

Commit e174623

Browse files
bug: increased mongodb pool size
1 parent ffaef34 commit e174623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/Rust/axum/axum.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV POSTGRES_MIN_POOL_SIZE=56
1818
ENV POSTGRES_MAX_POOL_SIZE=56
1919
ENV MONGODB_URL=mongodb://tfb-database:27017
2020
ENV MONGODB_MIN_POOL_SIZE=28
21-
ENV MONGODB_MAX_POOL_SIZE=14
21+
ENV MONGODB_MAX_POOL_SIZE=28
2222
COPY --from=builder /build/target/release/axum* /app/
2323
EXPOSE 8000
2424
CMD ["/app/axum"]

0 commit comments

Comments
 (0)