revert server checking fn

This commit is contained in:
Andras Bacsai
2024-05-03 13:31:35 +02:00
parent 8b6023c45a
commit 424a6b0428
5 changed files with 57 additions and 53 deletions

View File

@@ -17,7 +17,7 @@ class ServerStatusJob implements ShouldQueue, ShouldBeEncrypted
use Dispatchable, InteractsWithQueue, Queueable, SerializesModels;
public int|string|null $disk_usage = null;
public $tries = 4;
public $tries = 3;
public function backoff(): int
{
return isDev() ? 1 : 3;