"report"
This application configuration controls the autocomplete search delay for user reference fields and item reference fields in the report filters. This helps avoid overloading the server with calls to fetch user or group suggestions.
Example
"report": {
"autocompleteSearchDelay": 500
},
Properties
Property Name
Description
Default Value
Minimum Limit Value
"autocompleteSearchDelay"
Specifies the time, in milliseconds, after which the autocomplete ajax call starts to fetch user suggestions if the user has typed at least 2 characters. For example, if this is set to 3000, the ajax call starts after 3000 milliseconds, that is 3 seconds, if the user has typed at least 2 characters.
* 
The minimum value of this setting is 500.
There is no maximum value for this setting.
500
500
Was this helpful?