You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There needs to be logic that figures out how large RARSIZE should be. With a static size (currently 15m), the NZB generated can be quite large for large files.
How? du -m on the file to get size in MB. Divide this by RARPIECES.
The text was updated successfully, but these errors were encountered:
There needs to be logic that figures out how large RARSIZE should be. With a static size (currently 15m), the NZB generated can be quite large for large files.
How? du -m on the file to get size in MB. Divide this by RARPIECES.
The text was updated successfully, but these errors were encountered: