Skip to content

Commit

Permalink
Add symfony cache dir to graphqlite file adapter service
Browse files Browse the repository at this point in the history
  • Loading branch information
cvergne authored and homersimpsons committed Sep 8, 2023
1 parent 54959bd commit b2bc994
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/container/graphqlite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@

<service id="graphqlite.phpfilescache" class="Symfony\Component\Cache\Adapter\PhpFilesAdapter">
<argument>graphqlite</argument>
<argument>0</argument>
<argument>%kernel.cache_dir%</argument>
</service>

<service id="graphqlite.apcucache" class="Symfony\Component\Cache\Adapter\ApcuAdapter">
Expand Down

0 comments on commit b2bc994

Please sign in to comment.