summaryrefslogtreecommitdiff
path: root/squad_client/settings.py
blob: 197439b157391d08724502f2397f7723fff4a72f (plain)
1
2
3
4
5
6
7
8
9
# Maximum number of objects to fetch from a unique endpoint
# this will avoid infinite loop
MAX_NUM_OF_OBJECTS = 10e6

# Default number of objects to load for a endpoint
DEFAULT_NUM_OF_OBJECTS = 50

# Maximum number of objects loaded per page in SQUAD
SQUAD_MAX_PAGE_LIMIT = 1000