mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Add option to disable purging of inactive user accounts
This commit is contained in:
@@ -22,4 +22,5 @@ return [
|
||||
'multiprocessing_max_children_override' => env('NN_MULTIPROCESSING_MAX_CHILDREN_OVERRIDE', 0),
|
||||
'multiprocessing_log_type' => env('NN_MULTIPROCESSING_LOG_TYPE', 6),
|
||||
'multiprocessing_child_output_type' => env('NN_MULTIPROCESSING_CHILD_OUTPUT_TYPE', 1),
|
||||
'purge_inactive_users' => env('PURGE_INACTIVE_USERS', false),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user