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:
parent
7cf6b4bcfe
commit
e0a087f077
@ -169,7 +169,7 @@ class ServerCreationService
|
||||
$this->storeEggVariables($server, $eggVariableData);
|
||||
|
||||
return $server;
|
||||
});
|
||||
}, 5);
|
||||
|
||||
try {
|
||||
$this->daemonServerRepository->setServer($server)->create(
|
||||
|
Loading…
Reference in New Issue
Block a user