mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/11150] Cache the list of available packages for 24 hours
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
8b1284594b
commit
c49cd29e96
@@ -21,6 +21,7 @@ services:
|
||||
class: phpbb\composer\extension_manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- @ext.manager
|
||||
- @filesystem
|
||||
- phpbb-extension
|
||||
@@ -30,6 +31,7 @@ services:
|
||||
class: phpbb\composer\manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- phpbb-style
|
||||
- STYLES_
|
||||
|
||||
@@ -37,5 +39,6 @@ services:
|
||||
class: phpbb\composer\manager
|
||||
arguments:
|
||||
- @ext.composer.installer
|
||||
- @cache.driver
|
||||
- phpbb-language
|
||||
- LANGUAGES_
|
||||
|
Reference in New Issue
Block a user