mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
change queue job size to 1000
This commit is contained in:
@@ -44,6 +44,10 @@ class CalculateUserSeedBonus implements ShouldQueue
|
||||
return now()->addSeconds(Setting::get('main.autoclean_interval_one'));
|
||||
}
|
||||
|
||||
public $tries = 1;
|
||||
|
||||
public $timeout = 600;
|
||||
|
||||
/**
|
||||
* Execute the job.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user