Home
last modified time | relevance | path

Searched refs:lastWritingAt (Results 1 – 1 of 1) sorted by last modified time

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php48 private $lastWritingAt = null; variable in Monolog\\Handler\\SocketHandler
432 $this->lastWritingAt = microtime(true);
440 if ((microtime(true) - $this->lastWritingAt) >= $this->writingTimeout) {