修改Whatshub工单的完成数量总计的计算方法
This commit is contained in:
Executable → Regular
+1
-2
@@ -36,12 +36,11 @@ class SplitScrmSpiderFactory
|
||||
/**
|
||||
* API 优先同步类型:常态走 PHP cURL,不占 Node Real Browser 槽位
|
||||
*
|
||||
* 调度层据此跳过 Node 队列门禁并允许并行投递;蜘蛛实现本身不在此修改。
|
||||
* Whatshub 已改为混合同步(cURL 号码 + Node statistics),需走 Node 队列门禁。
|
||||
*
|
||||
* @var list<string>
|
||||
*/
|
||||
private const API_FIRST_SYNC_TYPES = [
|
||||
'whatshub',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user