maxPDUSize top-level constant

int const maxPDUSize

max PDU size for server to accept the event with some buffer incase the server adds unsigned data f.ex age https://spec.matrix.org/v1.9/client-server-api/#size-limits

Implementation

const int maxPDUSize = 60000;