We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61465fd commit b1cfbdeCopy full SHA for b1cfbde
wire-runtime/src/commonMain/kotlin/com/squareup/wire/ProtoReader.kt
@@ -522,7 +522,7 @@ open class ProtoReader(private val source: BufferedSource) {
522
523
companion object {
524
/** The standard number of levels of message nesting to allow. */
525
- internal const val RECURSION_LIMIT = 65
+ internal const val RECURSION_LIMIT = 100
526
527
internal const val FIELD_ENCODING_MASK = 0x7
528
internal const val TAG_FIELD_ENCODING_BITS = 3
0 commit comments