Expand description
Request size and rate limits for server functions. Resource limits for admin panel operations
This module defines configurable limits to prevent DoS attacks through resource exhaustion (memory, CPU, database).
Constantsยง
- DEFAULT_
PAGE_ SIZE - Default page size when not specified
- MAX_
BULK_ DELETE_ IDS - Maximum number of IDs that can be deleted in a single bulk delete request
- MAX_
EXPORT_ RECORDS - Maximum number of records that can be exported in a single request
- MAX_
IMPORT_ FILE_ SIZE - Maximum import file size in bytes
- MAX_
IMPORT_ RECORDS - Maximum number of records that can be imported in a single request
- MAX_
PAGE_ SIZE - Maximum page size for list views