mongo-express / mongo-express-docker

a dockerized mongo-express for viewing mongoDB in the browser
MIT License
202 stars 93 forks source link

Enabling Docker developers to pass a parameter to control max_tries #56

Closed taboca closed 10 months ago

taboca commented 3 years ago

Fix #52

I believe that a lot of developers are having this issue but they think it's always something else. This problem may occur in slower machines like my MacAir i5 2013.

lnorton89 commented 3 years ago

Can we get this merged? Seems pretty silly for this to still be an issue after someone's submitted a PR fixing it.

CodingKoopa commented 3 years ago

This should either be closed in favor of #43, or incorporate the documentation and address the upstream concerns that are mentioned there.

rtritto commented 10 months ago

Readd ME_CONFIG_CONNECT_RETRIES with 10 max_tries as default. ME_CONFIG_CONNECT_RETRIES is removed by mistake in #70.

FYI @BlackthornYugen @CodingKoopa