Skip to content

Commit

Permalink
fix: don't let match history timeout after 60s (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches authored Jan 16, 2022
1 parent 3186e42 commit 42b28a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/Jobs/PullMatchHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ class PullMatchHistory implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

public int $tries = 2;
public int $timeout = 360;

private Player $player;

public function __construct(Player $player)
Expand Down

0 comments on commit 42b28a4

Please sign in to comment.