Update categorization

This commit is contained in:
DariusIII
2026-04-21 17:35:52 +02:00
parent f2c06224ee
commit bd7f540c23
15 changed files with 685 additions and 63 deletions
+3
View File
@@ -28,4 +28,7 @@ return [
'nzb_upload_folder' => env('NZB_UPLOAD_FOLDER'),
'redis_fast_degrade' => (bool) env('REDIS_FAST_DEGRADE', true),
'redis_tcp_check_seconds' => (float) env('REDIS_TCP_CHECK_SECONDS', 0.2),
'categorization' => [
'log' => (bool) env('NNTMUX_CATEGORIZATION_LOG', false),
],
];