mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 04:01:24 +00:00
Use MB/GB for size settings in views
This commit is contained in:
@@ -31,8 +31,8 @@ trait CreatesProcessingConfiguration
|
||||
'segmentsToDownload' => 2,
|
||||
'maximumRarSegments' => 3,
|
||||
'maximumRarPasswordChecks' => 1,
|
||||
'maxSizeGB' => 100,
|
||||
'minSizeMB' => 0,
|
||||
'maxSizeBytes' => 107374182400,
|
||||
'minSizeBytes' => 0,
|
||||
'alternateNNTP' => false,
|
||||
'ffmpegDuration' => 5,
|
||||
'addPAR2Files' => false,
|
||||
|
||||
Reference in New Issue
Block a user