stanley-king 3 年之前
父节点
当前提交
b19fed047d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      helper/queue/rdispatcher.php

+ 2 - 2
helper/queue/rdispatcher.php

@@ -29,7 +29,7 @@ class DispatcherDB extends IQueueDB
 {
 {
     public function __construct()
     public function __construct()
     {
     {
-        parent::__construct('QUEUE_DISPATCHER_');
+        parent::__construct('QUEUE_DISPATCHER_CO');
     }
     }
 }
 }
 
 
@@ -45,7 +45,7 @@ class CoDispatcherDB extends IQueueDB
 {
 {
     public function __construct()
     public function __construct()
     {
     {
-        parent::__construct('QUEUE_DISPATCHER_',true);
+        parent::__construct('QUEUE_DISPATCHER_CO',true);
     }
     }
 }
 }