We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55ee84 commit e31692cCopy full SHA for e31692c
src/Transport/FallbackSnmpClient.php
@@ -47,7 +47,7 @@ static function (SnmpClient $client) use ($oids) : array {
47
}
48
49
/** @inheritDoc */
50
- public function walk(string $oid, int $maxRepetitions = 40) : array
+ public function walk(string $oid, int $maxRepetitions = 20) : array
51
{
52
return $this->tryClients(
53
static function (SnmpClient $client) use ($oid, $maxRepetitions) : array {
0 commit comments