Skip to content

Commit

Permalink
Devices module diagnostics command (#288)
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 14, 2024
1 parent 72a1e7b commit a8dfcdb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/common.neon
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +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\MemoryStorage
# 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)

# Symfony console support extension
###################################
Expand Down

0 comments on commit a8dfcdb

Please sign in to comment.