Skip to content

Commit

Permalink
Merge pull request #367 from czqoocavatsim/JoshuaBranch
Browse files Browse the repository at this point in the history
Joshua branch
  • Loading branch information
JoshuaMicallefYBSU authored Oct 20, 2024
2 parents c8f005f + fa35e55 commit 2df4074
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Jobs/DiscordAccountCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class DiscordAccountCheck implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

public $timeout = 1400;

/**
* Execute the job.
*
Expand All @@ -32,7 +34,7 @@ class DiscordAccountCheck implements ShouldQueue
public function handle()
{
// Timeout length (seconds)
ini_set('max_execution_time', 2000);
ini_set('max_execution_time', 1400);

// Script Start Time
$start_time = Carbon::now();
Expand Down

0 comments on commit 2df4074

Please sign in to comment.