defaultMaxResponseBytes constant

int const defaultMaxResponseBytes

Default maximum raw byte length for buffered responses and SSE events.

Implementation

static const int defaultMaxResponseBytes = 16 * 1024 * 1024;