]> git.mxchange.org Git - friendica.git/blobdiff - static/dependencies.config.php
Reduce the amount of "UpdateContact" worker calls
[friendica.git] / static / dependencies.config.php
index f7f98bb6763e5088688f4789ad6c5c600c51ee9f..a4c52e004303a39e409afbc2a5e7febaa04b21bf 100644 (file)
@@ -176,6 +176,12 @@ return [
                        ['createDev', [], Dice::CHAIN_CALL],
                ]
        ],
+       \Friendica\Core\Logger\Capabilities\IHaveCallIntrospections::class => [
+               'instanceOf' => \Friendica\Core\Logger\Util\Introspection::class,
+               'constructParams' => [
+                       \Friendica\Core\Logger\Util\Introspection::IGNORE_CLASS_LIST,
+               ],
+       ],
        Cache\Capability\ICanCache::class => [
                'instanceOf' => Cache\Factory\Cache::class,
                'call'       => [
@@ -264,5 +270,13 @@ return [
                'constructParams' => [
                        $_SERVER
                ],
-       ]
+       ],
+       \Psr\Clock\ClockInterface::class => [
+               'instanceOf' => Util\Clock\SystemClock::class
+       ],
+       \Friendica\Module\Special\HTTPException::class => [
+               'constructParams' => [
+                       $_SERVER
+               ],
+       ],
 ];