Skip to content

Commit e0a087f

Browse files
committed
Attempt to save a transaction a few times when creating a server; closes pterodactyl#2674
1 parent 7cf6b4b commit e0a087f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Services/Servers/ServerCreationService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function handle(array $data, DeploymentObject $deployment = null): Server
169169
$this->storeEggVariables($server, $eggVariableData);
170170

171171
return $server;
172-
});
172+
}, 5);
173173

174174
try {
175175
$this->daemonServerRepository->setServer($server)->create(

0 commit comments

Comments
 (0)