mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update search and indexing
This commit is contained in:
@@ -21,6 +21,17 @@ return [
|
||||
'purge_inactive_users' => env('PURGE_INACTIVE_USERS', false),
|
||||
'purge_inactive_users_days' => env('PURGE_INACTIVE_USERS_DAYS', 180),
|
||||
'mysql_search_fallback' => env('MYSQL_SEARCH_FALLBACK', false), // Disable MySQL LIKE fallback when Manticore/Elasticsearch return no results
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Release dedupe (import-time)
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Size tolerance for matching an existing release when deduping imports
|
||||
| (collections / NZB). Default 0.05 = ±5% on total bytes (par2/RAR drift).
|
||||
|
|
||||
*/
|
||||
'release_dedupe_size_tolerance' => (float) env('RELEASE_DEDUPE_SIZE_TOLERANCE', 0.05),
|
||||
'btcpay_webhook_secret' => env('BTCPAY_SECRET'),
|
||||
'tmp_unrar_path' => env('TEMP_UNRAR_PATH', storage_path('tmp/unrar/')),
|
||||
'tmp_unzip_path' => env('TEMP_UNZIP_PATH', storage_path('tmp/unzip/')),
|
||||
|
||||
Reference in New Issue
Block a user