Skip to content

Commit

Permalink
fix: disabled rest authorisation cache
Browse files Browse the repository at this point in the history
  • Loading branch information
CS76 committed Sep 10, 2024
1 parent 45720f6 commit 61ad3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'authorizations' => [
'enabled' => true,
'cache' => [
'enabled' => true,
'enabled' => false,
'default' => 5, // Cache minutes by default
],
],
Expand Down

0 comments on commit 61ad3bc

Please sign in to comment.