It should be possible to turn off the max allowed writes check. I suggest the unix way: when argument is zero it means 'no check'. In the code if (_allowedWrites > 0 && ( _writeCounts > _allowedWrites) ) {