Category
|
Limit
|
Description
|
Throttling
|
MaxFetchRows
|
Maximum number of rows allowed to be fetched for a single query.
|
Throttling
|
ODataMaxConcurrentQueries
|
Maximum number of concurrent active OData queries per data source.
|
Throttling
|
TransactionTimeout
|
The number of seconds the system allows a transaction to be idle before rolling it back.
|
Throttling
|
XdbcMaxResponse
|
Approximate maximum size of JDBC/ODBC HTTP result data in KB.
|
Log Management
|
LogRetentionDays
|
Number of days log files should be retained.
|
Log Management
|
MonitorRetentionDays
|
Number of days monitor details should be retained
|
Data Usage Meter
|
UserMeterRetentionDays
|
Number of days user meter details should be retained
|
Data Usage Meter
|
UserMeterWriteInterval
|
The number of seconds the system waits before scanning sessions for current metrics. A lower setting will result in more rows written to the meter table
|
Data Usage Meter
|
UserMeterMaxAge
|
The number seconds the system waits before writing out meter records. A lower setting will result in the rows written to meter table to occur more frequently
|
Security
|
PasswordLockoutInterval
|
The duration, in seconds, for counting the number of consecutive failed authentication attempts.
|
Security
|
PasswordLockoutLimit
|
The number of consecutive failed authentication attempts that are allowed before locking the user account.
|
Security
|
PasswordLockoutPeriod
|
The duration, in seconds, for which a user account will not be allowed to authenticate to the system when the PasswordLockoutLimit is reached.
|
Security
|
OAuthAccessTokenDuration
|
The duration, in minutes, for which a Access token is valid.
|
Security
|
OAuthAccessTokenCacheSize
|
Number of oauth access tokens to be cached in memory for OAuth Authentication. By default up to 2000 tokens will be cached in memory.
|
Security
|
CORSBehavior
|
Configuration parameter for CORS behavior. Setting the value to 0 disables the CORS filter. Setting the value to 1 enables the CORS filter. Setting the value to 2 enables the CORS filter with the whitelist option.
|