Skip to content

Commit

Permalink
filesystem fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm committed Apr 17, 2020
1 parent 961f94a commit 3cc0ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ serverless deploy

## Optimize cache

When running Symfony on Lambda you should avoid writing to the file system. If
When running Symfony on Lambda you should avoid writing to the filesystem. If
you prewarm the cache before deploy you are mostly fine. But you should also make
sure you never write to a filesystem cache like `cache.system` or use a pool like:

Expand Down

0 comments on commit 3cc0ec1

Please sign in to comment.