From 61ad3bcba681fa302280df0d1a2b4e46fd38d190 Mon Sep 17 00:00:00 2001 From: Venkata Chandra Sekhar Nainala Date: Tue, 10 Sep 2024 15:56:11 +0200 Subject: [PATCH] fix: disabled rest authorisation cache --- config/rest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rest.php b/config/rest.php index a5101ebf..875cc7e5 100644 --- a/config/rest.php +++ b/config/rest.php @@ -38,7 +38,7 @@ 'authorizations' => [ 'enabled' => true, 'cache' => [ - 'enabled' => true, + 'enabled' => false, 'default' => 5, // Cache minutes by default ], ],