Constants§
- ID_
CHARS - The characters which are supported in server record IDs.
- MAX_
CONCURRENT_ TASKS - Specifies how many concurrent jobs can be buffered in the worker channel.
- PROCESSOR_
BATCH_ SIZE - Datastore processor batch size for scan operations
- 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§
- INSECURE_
FORWARD_ SCOPE_ ERRORS - Forward all signup/signin query errors to a client trying authenticate to a scope. Do not use in production.
- MAX_
COMPUTATION_ DEPTH - Specifies how deep various forms of computation will go before the query fails
with
crate::error::Db::ComputationDepthExceeded
.