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()
     {
-        parent::__construct('QUEUE_DISPATCHER_');
+        parent::__construct('QUEUE_DISPATCHER_CO');
     }
 }
 
@@ -45,7 +45,7 @@ class CoDispatcherDB extends IQueueDB
 {
     public function __construct()
     {
-        parent::__construct('QUEUE_DISPATCHER_',true);
+        parent::__construct('QUEUE_DISPATCHER_CO',true);
     }
 }