mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 06:54:04 +00:00
Remove pending tenant clearing time constraints
This commit is contained in:
parent
677fdb23b9
commit
6766237669
3 changed files with 5 additions and 17 deletions
|
|
@ -52,16 +52,6 @@ return [
|
|||
* This depends on the volume of tenants you're creating.
|
||||
*/
|
||||
'count' => env('TENANCY_PENDING_COUNT', 5),
|
||||
|
||||
/**
|
||||
* You can define time constraints for automatically deleting unused
|
||||
* pending tenants (schedule the `tenancy:pending-clear` command to make this work automatically).
|
||||
*
|
||||
* If both values are set to null, the time constraints won't be set and all pending tenants will be deleted.
|
||||
*/
|
||||
'older_than_days' => env('TENANCY_PENDING_OLDER_THAN_DAYS', null),
|
||||
|
||||
'older_than_hours' => env('TENANCY_PENDING_OLDER_THAN_HOURS', null),
|
||||
],
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue