Fix CI failures: errcheck lint errors and flaky memory pressure test

This commit is contained in:
Steve Yegge
2025-10-24 00:27:07 -07:00
parent 1220304a61
commit e293974c71
6 changed files with 20 additions and 17 deletions

View File

@@ -76,8 +76,8 @@ func Initialize() error {
// Additional environment variables (not prefixed with BD_)
// These are bound explicitly for backward compatibility
v.BindEnv("flush-debounce", "BEADS_FLUSH_DEBOUNCE")
v.BindEnv("auto-start-daemon", "BEADS_AUTO_START_DAEMON")
_ = v.BindEnv("flush-debounce", "BEADS_FLUSH_DEBOUNCE")
_ = v.BindEnv("auto-start-daemon", "BEADS_AUTO_START_DAEMON")
// Set defaults for additional settings
v.SetDefault("flush-debounce", "5s")