From 88152f8b8e1dfe632fcd51fed414b9276120961a Mon Sep 17 00:00:00 2001 From: ghost Date: Thu, 8 Feb 2024 20:37:53 +0200 Subject: [PATCH] set default maxage to 0 --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 9883280..e2abc4c 100644 --- a/src/Client.php +++ b/src/Client.php @@ -274,7 +274,7 @@ class Client public function kevaFilter( string $namespace, ?string $regexp = '', - ?int $maxage = 36000, + ?int $maxage = 0, ?int $from = 0, ?int $nb = 0, ?bool $stat = false,