$criticalQueryThreshold public property
The threshold for determining whether the request has involved critical number of DB queries. If the number of queries exceeds this number, the execution is considered taking critical number of DB queries.
public integer $criticalQueryThreshold = null
Please login to continue.