You are here

public function SocketHandler::setChunkSize in Lagoon Logs 8

Set chunk size. Only has effect during connection in the writing cycle.

Parameters

float $bytes:

File

src/Logger/SocketHandler.php, line 153

Class

SocketHandler
Stores to any socket - uses fsockopen() or pfsockopen().

Namespace

Drupal\lagoon_logs\Logger

Code

public function setChunkSize($bytes) {
  $this->chunkSize = $bytes;
}