mongo-express-docker
mongo-express-docker copied to clipboard
Enabling Docker developers to pass a parameter to control max_tries
Related to the bug https://github.com/mongo-express/mongo-express-docker/issues/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.
Can we get this merged? Seems pretty silly for this to still be an issue after someone's submitted a PR fixing it.
This should either be closed in favor of #43, or incorporate the documentation and address the upstream concerns that are mentioned there.
Readd ME_CONFIG_CONNECT_RETRIES
with 10 max_tries as default.
ME_CONFIG_CONNECT_RETRIES
is removed by mistake in #70.
FYI @BlackthornYugen @CodingKoopa