Skip to content
Snippets Groups Projects
Commit f5fe4ef8 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add blocking locking for location check-ins (#64)

parent 88bdf88e
No related branches found
No related tags found
No related merge requests found
......@@ -206,5 +206,20 @@ class DbpCoreExtension extends ConfigurableExtension implements PrependExtension
],
]);
}
$container->loadFromExtension('framework', [
'lock' => '%env(LOCK_DSN)%',
]);
// $container->loadFromExtension('framework', [
// 'lock' =>
// ['default.retry_till_save.store' =>
// [
// 'class' => 'Symfony\Component\Lock\Store\RetryTillSaveStore',
// 'decorates' => 'lock.default.store',
// 'arguments' => "['@lock.default.retry_till_save.store.inner', 100, 50]"
// ]
// ]
// ]);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment