Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Steur <tsteur@users.noreply.github.com>2019-12-31 01:07:55 +0300
committerGitHub <noreply@github.com>2019-12-31 01:07:55 +0300
commit71f81a7541cee64cbdf7879dd34b2f1176fa8390 (patch)
treeccbaaed6b84476a44fbd9da1289fd32338ce9008 /config
parent61317356e1eeeeac8361c97cb7dab778d9688c00 (diff)
Revert "Revert prevent race condition in plugin settings #15249 (#15325)" (#15328)
This reverts commit 520ba4881ab9d3e30c3d16da9e32a74633e6653c.
Diffstat (limited to 'config')
-rw-r--r--config/global.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.php b/config/global.php
index 4013d9d9c5..5499b0920a 100644
--- a/config/global.php
+++ b/config/global.php
@@ -216,6 +216,6 @@ return array(
'archiving.performance.logger' => null,
\Piwik\CronArchive\Performance\Logger::class => DI\object()->constructorParameter('logger', DI\get('archiving.performance.logger')),
-
+
\Piwik\Concurrency\LockBackend::class => \DI\get(\Piwik\Concurrency\LockBackend\MySqlLockBackend::class),
);