Module cnf

Source

Constants§

ID_CHARS
The characters which are supported in server record IDs.
PROTECTED_PARAM_NAMES
Specifies the names of parameters which can not be specified in a query.
SERVER_NAME
The publicly visible name of the server

Statics§

COUNT_BATCH_SIZE
The maximum number of keys that should be scanned at once for count queries.
DATASTORE_CACHE_SIZE
Specifies the number of definitions which can be cached across transactions.
EXPORT_BATCH_SIZE
The maximum number of keys that should be scanned at once for export queries.
EXTERNAL_SORTING_BUFFER_LIMIT
Specifies the buffer limit for external sorting.
GENERATION_ALLOCATION_LIMIT
Used to limit allocation for builtin functions
IDIOM_RECURSION_LIMIT
Used to limit allocation for builtin functions
INDEXING_BATCH_SIZE
The maximum number of keys that should be scanned at once per concurrent indexing batch.
INSECURE_FORWARD_ACCESS_ERRORS
Forward all signup/signin/authenticate query errors to a client performing authentication. Do not use in production.
MAX_COMPUTATION_DEPTH
Specifies how deep computation recursive call will go before en error is returned.
MAX_CONCURRENT_TASKS
Specifies how many concurrent jobs can be buffered in the worker channel.
MAX_OBJECT_PARSING_DEPTH
Specifies how deep the parser will parse nested objects and arrays in a query.
MAX_ORDER_LIMIT_PRIORITY_QUEUE_SIZE
The maximum size of the priority queue triggering usage of the priority queue for the result collector.
MAX_QUERY_PARSING_DEPTH
Specifies how deep the parser will parse recursive queries (queries within queries).
MEMORY_THRESHOLD
NORMAL_FETCH_SIZE
The maximum number of keys that should be scanned at once in general queries.
REGEX_CACHE_SIZE
Specifies the number of computed regexes which can be cached in the engine.
SCRIPTING_MAX_MEMORY_LIMIT
The maximum memory limit of the JavaScript function runtime (defaults to 2 MiB).
SCRIPTING_MAX_STACK_SIZE
The maximum stack size of the JavaScript function runtime (defaults to 256 KiB)
TRANSACTION_CACHE_SIZE
Specifies the number of items which can be cached within a single transaction.