mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Increased timeout on db commands to 10 minutes
This commit is contained in:
@@ -208,6 +208,6 @@ class LocateVisitsCommand extends AbstractLockedCommand implements VisitGeolocat
|
||||
|
||||
protected function getLockConfig(): LockedCommandConfig
|
||||
{
|
||||
return new LockedCommandConfig($this->getName());
|
||||
return LockedCommandConfig::nonBlocking($this->getName());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user