Skip to content

Commit

Permalink
Fixing cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Muffinman committed Dec 13, 2024
1 parent 85fcc48 commit 416bd26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/EnergyDecay.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EnergyDecay implements ShouldQueue
{
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;

public const RUN_EVERY = 60;
public const RUN_EVERY = 5;

/**
* Create a new job instance.
Expand Down

0 comments on commit 416bd26

Please sign in to comment.