From b9c723a17fefd84108d6511b438966c3f331aa93 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Wed, 24 Jan 2024 17:09:31 +0900 Subject: [PATCH] Use private score queue --- app/Models/Solo/Score.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Solo/Score.php b/app/Models/Solo/Score.php index c3e775a9852..d306f380825 100644 --- a/app/Models/Solo/Score.php +++ b/app/Models/Solo/Score.php @@ -51,7 +51,7 @@ class Score extends Model implements Traits\ReportableInterface { use Traits\Reportable, Traits\WithWeightedPp; - const PROCESSING_QUEUE = 'osu-queue:score-statistics'; + const PROCESSING_QUEUE = 'osu-queue:score-statistics-private'; public $timestamps = false;