This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/conf: add DISABLE_CONF_DEADLOCK_DETECTOR=true for debugging
This allows you to disable the pkg/conf deadlock detector in dev mode which triggers anytime the frontend does not start after a reasonable amount of time. Primarily this is useful for debugging e.g. DB migrations that take far too long, or other causes of the frontend not starting in a timely manner in dev mode. Fixes #4380
- Loading branch information