Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Apr 29, 2017
1 parent c8cf574 commit d030990
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/server/StreamsServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ protected function prepareWork(int $maxConnect)
// $this->listening = true;
}

/**
* {@inheritDoc}
*/
protected function doStart()
{
$maxLen = (int)$this->getOption('max_data_len', 2048);
Expand Down

0 comments on commit d030990

Please sign in to comment.