capnproto / capnproto-java

Cap'n Proto in pure Java
Other
391 stars 86 forks source link

Offer option to disable traversalLimitInWords #96

Closed wdu closed 3 years ago

wdu commented 3 years ago

Use case: large trusted input data file, mapped in memory by MappedByteBuffer, which is often re-queried so a sensible limit cannot be set.

dwrensha commented 3 years ago

Good idea. Thanks!

dwrensha commented 3 years ago

I added a bit of documentation in 07e47d41044f96d212408122304cae2b3ad6a325.