mirror of
https://github.com/v2board/v2board.git
synced 2025-06-26 20:29:59 +08:00
update: job timeout
This commit is contained in:
@ -21,7 +21,7 @@ class StatUserJob implements ShouldQueue
|
||||
protected $recordType;
|
||||
|
||||
public $tries = 3;
|
||||
public $timeout = 60;
|
||||
public $timeout = 10;
|
||||
|
||||
/**
|
||||
* Create a new job instance.
|
||||
|
Reference in New Issue
Block a user