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 ], ],