Skip to content
Snippets Groups Projects
Unverified Commit c9452dfc authored by Dean Herbert's avatar Dean Herbert
Browse files

Increase timeouts for score deletion jobs

parent 5119bdb0
No related branches found
Tags 4.1.4
No related merge requests found
......@@ -18,7 +18,7 @@ class RemoveBeatmapsetBestScores implements ShouldQueue
{
use Queueable, SerializesModels;
public $timeout = 3600;
public $timeout = 10800;
public $beatmapset;
public $maxScoreIds = null;
......
......@@ -19,7 +19,7 @@ class RemoveBeatmapsetSoloScores implements ShouldQueue
{
use Queueable;
public $timeout = 3600;
public $timeout = 10800;
private int $beatmapsetId;
private int $maxScoreId;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment