Attempt to save a transaction a few times when creating a server; closes #2674
This commit is contained in:
parent
7cf6b4bcfe
commit
e0a087f077
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class ServerCreationService
|
|||
$this->storeEggVariables($server, $eggVariableData);
|
||||
|
||||
return $server;
|
||||
});
|
||||
}, 5);
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server)->create(
|
||||
|
|
Loading…
Reference in a new issue