Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Oct 18, 2023
1 parent cd571de commit d460192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class ExecuteStatement(
OperationLog.removeCurrentOperationLog()
}

private val isTimeoutMonitorEnabled: Boolean = confOverlay.getOrElse(
private val isTimeoutMonitorEnabled: Boolean = confOverlay.getOrElse[String](
OPERATION_QUERY_TIMEOUT_MONITOR_ENABLED.key,
OPERATION_QUERY_TIMEOUT_MONITOR_ENABLED.defaultValStr).toBoolean

Expand Down

0 comments on commit d460192

Please sign in to comment.