改名
This commit is contained in:
+2
-2
@@ -155,8 +155,8 @@ class Kafka extends \Snowflake\Process\Process
|
|||||||
if (function_exists('pcntl_sigprocmask')) {
|
if (function_exists('pcntl_sigprocmask')) {
|
||||||
pcntl_sigprocmask(SIG_BLOCK, array(SIGIO));
|
pcntl_sigprocmask(SIG_BLOCK, array(SIGIO));
|
||||||
$conf->set('internal.termination.signal', (string)SIGIO);
|
$conf->set('internal.termination.signal', (string)SIGIO);
|
||||||
} else {
|
// } else {
|
||||||
$conf->set('queue.buffering.max.ms', '1');
|
// $conf->set('queue.buffering.max.ms', '1');
|
||||||
}
|
}
|
||||||
|
|
||||||
$topicConf = new TopicConf();
|
$topicConf = new TopicConf();
|
||||||
|
|||||||
Reference in New Issue
Block a user