maxToStringsPerEvaluation top-level constant
int
const maxToStringsPerEvaluation
Maximum number of toString()s to be called when responding to variables requests from the client.
Setting this too high can have a performance impact, for example if the client requests 500 items in a variablesRequest for a list.
Implementation
const maxToStringsPerEvaluation = 100;