You are here

public function SocketHandler::getChunkSize in Lagoon Logs 8

Get current chunk size

Return value

float

File

src/Logger/SocketHandler.php, line 207

Class

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

Namespace

Drupal\lagoon_logs\Logger

Code

public function getChunkSize() {
  return $this->chunkSize;
}