• erio's avatar
    fix: update wire_gen.go to use ProvideSchedulerCache with config injection · 3d202722
    erio authored
    wire_gen.go was calling NewSchedulerCache(redisClient) but wire.go had
    been updated to register ProvideSchedulerCache(redisClient, config),
    which reads SnapshotMGetChunkSize and SnapshotWriteChunkSize from config.
    Without this fix, those config values were silently ignored.
    3d202722
wire_gen.go 27.5 KB