mirror of
https://github.com/foxhui/WebAI2API.git
synced 2026-06-16 21:03:59 +08:00
feat: 优化点击等待,补充缺少任务ID的日志等
This commit is contained in:
@@ -23,6 +23,7 @@ export class PoolManager {
|
||||
this.strategy = config.backend.pool.strategy || 'least_busy';
|
||||
this.strategySelector = createStrategySelector(this.strategy);
|
||||
this.initialized = false;
|
||||
this.roundRobinIndex = 0;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user