4 lines
82 B
Python
4 lines
82 B
Python
"""SCIM constants"""
|
|
PAGE_SIZE = 100
|
|
PAGE_TIMEOUT = 60 * 60 * 0.5 # Half an hour
|