Skip to content

Commit

Permalink
Use http cache
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Sep 16, 2023
1 parent 90cae12 commit 45f2906
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/packages/framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ framework:
#csrf_protection: true
http_method_override: false
handle_all_throwables: true

http_cache: true
# Enables session support. Note that the session will ONLY be started if you read or write from it.
# Remove or comment this section to explicitly disable session support.
session:
Expand All @@ -23,3 +23,6 @@ when@test:
test: true
session:
storage_factory_id: session.storage.factory.mock_file
when@dev:
framework:
http_cache: false

0 comments on commit 45f2906

Please sign in to comment.