Browse Source

set default maxage to 0

main 1.6.1
ghost 10 months ago
parent
commit
88152f8b8e
  1. 2
      src/Client.php

2
src/Client.php

@ -274,7 +274,7 @@ class Client
public function kevaFilter( public function kevaFilter(
string $namespace, string $namespace,
?string $regexp = '', ?string $regexp = '',
?int $maxage = 36000, ?int $maxage = 0,
?int $from = 0, ?int $from = 0,
?int $nb = 0, ?int $nb = 0,
?bool $stat = false, ?bool $stat = false,

Loading…
Cancel
Save