slowSqlThreshold property

Duration? slowSqlThreshold
getter/setter pair

How long to consider the query or execution of a SQL statement is slow. If not specified (i.e., null), the value specified in configure is used.

Implementation

Duration? slowSqlThreshold;