Attempt to save a transaction a few times when creating a server; closes #2674

This commit is contained in:
Dane Everitt 2020-11-08 13:19:52 -08:00
parent 7cf6b4bcfe
commit e0a087f077
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -169,7 +169,7 @@ class ServerCreationService
$this->storeEggVariables($server, $eggVariableData); $this->storeEggVariables($server, $eggVariableData);
return $server; return $server;
}); }, 5);
try { try {
$this->daemonServerRepository->setServer($server)->create( $this->daemonServerRepository->setServer($server)->create(