Skip to content

Commit

Permalink
BUGFIX: Use FileBackend per default for lifetime support
Browse files Browse the repository at this point in the history
By default, Flow will use a SimpleFileBackend, which does not support lifetime of entries.
  • Loading branch information
paxuclus authored May 13, 2023
1 parent 4fae604 commit 7d4b2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Caches.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Netlogix_GoogleSearchConsoleInspector_Responses:
frontend: Neos\Cache\Frontend\VariableFrontend
persistent: true
backend: Neos\Cache\Backend\FileBackend
backendOptions:
defaultLifetime: 86400

0 comments on commit 7d4b2b5

Please sign in to comment.