defaultSlowOperationThresholdMs top-level constant

int const defaultSlowOperationThresholdMs

Threshold in milliseconds for logging slow operations. Operations taking longer than this are logged for debugging.

Implementation

const int defaultSlowOperationThresholdMs = 300;