1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 01:22:30 +01:00

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);
return $server;
});
}, 5);
try {
$this->daemonServerRepository->setServer($server)->create(