mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-28 13:59:32 +00:00
Do not autowire bulkImport parameters globally
This commit is contained in:
parent
2c195d9767
commit
98b62cc81e
2 changed files with 3 additions and 2 deletions
|
|
@ -17,8 +17,6 @@ services:
|
|||
bool $gdpr_compliance: '%partdb.gdpr_compliance%'
|
||||
bool $kernel_debug_enabled: '%kernel.debug%'
|
||||
string $kernel_cache_dir: '%kernel.cache_dir%'
|
||||
int $bulkImportBatchSize: '%partdb.bulk_import.batch_size%'
|
||||
int $bulkImportMaxParts: '%partdb.bulk_import.max_parts_per_operation%'
|
||||
|
||||
_instanceof:
|
||||
App\Services\LabelSystem\PlaceholderProviders\PlaceholderProviderInterface:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue