diff --git a/proxy/process.go b/proxy/process.go index e63d31a..4dc4f0f 100644 --- a/proxy/process.go +++ b/proxy/process.go @@ -81,9 +81,8 @@ func NewProcess(ID string, healthCheckTimeout int, config ModelConfig, processLo concurrentLimit := 10 if config.ConcurrencyLimit > 0 { concurrentLimit = config.ConcurrencyLimit - } else { - proxyLogger.Debugf("Concurrency limit for model %s not set, defaulting to 10", ID) } + return &Process{ ID: ID, config: config,