Skip to main content

Module limits

Module limits 

Source
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