mirror of
https://github.com/v2board/v2board.git
synced 2025-08-01 04:49:58 +08:00
update: job timeout
This commit is contained in:
@ -16,7 +16,7 @@ class SendTelegramJob implements ShouldQueue
|
||||
protected $text;
|
||||
|
||||
public $tries = 3;
|
||||
public $timeout = 5;
|
||||
public $timeout = 10;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
|
Reference in New Issue
Block a user