Commit 84192eb9 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 6140c7f0
...@@ -37,7 +37,7 @@ class Test extends Logger ...@@ -37,7 +37,7 @@ class Test extends Logger
public function run() public function run()
{ {
include APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
while (true) { while (true) {
pcntl_signal_dispatch(); pcntl_signal_dispatch();
...@@ -47,6 +47,7 @@ class Test extends Logger ...@@ -47,6 +47,7 @@ class Test extends Logger
Signal::reset(); Signal::reset();
break; break;
} }
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
} }
printf("\n"); printf("\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment