Updated PetaPoco

Upped IIS's priority
Added Byte multiplier to extention method.
This commit is contained in:
kay.one 2011-07-17 12:32:58 -07:00
commit b11a449f65
6 changed files with 1697 additions and 1750 deletions

View file

@ -18,5 +18,11 @@ namespace NzbDrone.Core
return actual;
}
public static double Megabytes(this int megabytes)
{
return megabytes * 1048576;
}
}
}