Results 8 comments of forgie1

I rewrited the script, so only 80 deletitions is flushed at once. And this batches repeat. It didn't help :( With `SortableListener` `postRemove` `event` **on** DB crashed completely at the...

Prior version 3.2.0 this actually worked. Will it be working again, or shall we solve it different way?

What is not working this way is: config file in the main app ``` services: service.def: factory: FQNofService ``` DI Extension config file loaded via ... `$this->loadDefinitionsFromConfig($config['services']);` ``` services: service.def:...

@dg shall we wait for any update on this issue, or shall we achieve functionality of adding **setup:** to services from the main App in the DI Extension .neon files...

OK, I tried it, but it looks the problem is broader. One must choose: * to use `$this->compiler->loadConfig()` ---> parameters will not be expanded * or to use `$this->loadDefinitionsFromConfig($config['services']);` -->...

If `$this->compiler->loadConfig()` would also expand parameters used in services, all the problems mentioned above would be solved and call of `$this->loadDefinitionsFromConfig()` would not be needed.