1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/15342] Use cache to get the number of files and the size of any storage

PHPBB3-15342
This commit is contained in:
Rubén Calvo
2018-06-10 20:26:22 +02:00
parent 80e5fe255b
commit 9184d34a51
2 changed files with 60 additions and 26 deletions

View File

@@ -5,6 +5,7 @@ services:
class: phpbb\storage\storage
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@storage.adapter.factory'
- 'attachment'
- '%tables.storage%'
@@ -15,6 +16,7 @@ services:
class: phpbb\storage\storage
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@storage.adapter.factory'
- 'avatar'
- '%tables.storage%'
@@ -25,6 +27,7 @@ services:
class: phpbb\storage\storage
arguments:
- '@dbal.conn'
- '@cache.driver'
- '@storage.adapter.factory'
- 'backup'
- '%tables.storage%'