package config // WorkersCfg groups worker pool sizing. Pass this slice when constructing // the relay server's spawn pool configuration. type WorkersCfg struct { IngestWorkers int MediaProxyWorkers int BlossomWorkers int }