Browse Source
Fix nil pointer dereference panic when starting master.follower. The init() function was missing initialization for: - maxParallelVacuumPerServer - telemetryUrl - telemetryEnabled These fields are dereferenced in toMasterOption() causing a panic. Fixes #7806pull/7809/head
committed by
GitHub
1 changed files with 3 additions and 0 deletions
Loading…
Reference in new issue