Skip to content

Commit

Permalink
Use private score queue
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jan 24, 2024
1 parent d590bf5 commit b9c723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Solo/Score.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b9c723a

Please sign in to comment.