cassette icon indicating copy to clipboard operation
cassette copied to clipboard

4.26gb database file limit b/c of `unsigned int` limitation

Open Nadohs opened this issue 6 years ago • 0 comments

the size of the database file maxes out at 4.26gb or roughtly 4,294,967,295 bytes because of storing _fileLength as unsigned int

Nadohs avatar Oct 09 '19 00:10 Nadohs