Skip to content

Commit

Permalink
Do not use cache for state storage (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 16, 2024
1 parent a8dfcdb commit 8d6cf77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
6 changes: 3 additions & 3 deletions config/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ extensions:
##################################

services:
# cache.storage: FastyBird\Library\Application\Caching\MemoryAdapterStorage(FastyBird\Library\Application\Caching\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db)))
# cache.storage: FastyBird\Library\Application\Caching\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db))
cache.storage: FastyBird\Library\Application\Caching\FileStorage(%tempDir%/cache)
cache.storage: FastyBird\Library\Application\Caching\MemoryAdapterStorage(Nette\Caching\Storages\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db)))
# cache.storage: Nette\Caching\Storages\FileStorage(%tempDir%/cache, Nette\Caching\Storages\SQLiteJournal(%tempDir%/cache/journal.s3db))
# cache.storage: Nette\Caching\Storages\FileStorage(%tempDir%/cache)

# Symfony console support extension
###################################
Expand Down
23 changes: 0 additions & 23 deletions src/Caching/FileStorage.php

This file was deleted.

0 comments on commit 8d6cf77

Please sign in to comment.