auditor uses int values for file size - one may hit the 2 GB limit very soon, change it to long:
int maxTotalSize
int maxTotalSize
Hi LG,
Any comments about this issue? Is it still valid?
daryl
need more info
the types in AuditorImpl are still "int", changing them to "long" should fix this
Eg: "if (totalLength(=long) > maxTotalSize(=int)) {" may cause trouble