mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
change queue job size to 1000
This commit is contained in:
@@ -45,6 +45,10 @@ class GenerateTemporaryInvite implements ShouldQueue
|
||||
return now()->addHours(1);
|
||||
}
|
||||
|
||||
public $tries = 1;
|
||||
|
||||
public $timeout = 1800;
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user