auditor uses int values for file size - one may hit the 2 GB limit very soon, change it to long: int maxTotalSize int maxTotalSize
Environment
None
Activity
Show:
LG April 7, 2010 at 11:39 PM
the types in AuditorImpl are still "int", changing them to "long" should fix this Eg: "if (totalLength(=long) > maxTotalSize(=int)) {" may cause trouble
auditor uses int values for file size - one may hit the 2 GB limit very soon, change it to long:
int maxTotalSize
int maxTotalSize