diff --git a/System/Channel.php b/System/Channel.php index 78883bd7..e42ca9c7 100644 --- a/System/Channel.php +++ b/System/Channel.php @@ -76,7 +76,7 @@ class Channel extends Component * @return mixed * @throws Exception */ - public function pop(int|float $timeout, Closure $closure, string $name = '', int $length = 9999): mixed + public function pop(int|float $timeout, Closure $closure, string $name = '', int $length = 100): mixed { if (($channel = $this->channelInit($length, $name)) == false) { return $this->addError('Channel is full.');