interface ParseOptions {
    maxMessageLength?: number;
}

Hierarchy

  • ParseOptions

    Properties

    maxMessageLength?: number

    Limit the possible size of incoming serialized messages in bytes