Sample file cutoff now 70MB

#ND-121 fixed
Fixed: Any file under 70MB will be treated as a sample file
This commit is contained in:
Mark McDowall 2012-12-31 00:41:19 -08:00
commit 2235b83809
3 changed files with 18 additions and 18 deletions

View file

@ -8,7 +8,7 @@ namespace NzbDrone.Core
{
get
{
return 40.Megabytes();
return 70.Megabytes();
}
}
}