edgedb / edgedb-docker

Official Docker Image packaging for EdgeDB
81 stars 16 forks source link

Make bootstrap timeout configurable and increase the default to 5 min #64

Closed elprans closed 1 year ago

elprans commented 1 year ago

The new EDGEDB_DOCKER_BOOTSTRAP_TIMEOUT_SEC (defaults to 300) can be used to alter the instance bootstrap timeout for slow machines.

Fixes: #63