defaultLimit constant

int const defaultLimit

Default limit. Deliberately below the server default of 100 — a thread row is heavy (root message + last reply, both fully hydrated).

Implementation

static const int defaultLimit = 30;