mirror of
https://github.com/v2board/v2board.git
synced 2025-11-01 09:51:46 +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