Skip to content

Commit 6138387

Browse files
committed
PMM-2726: Set default value for timeout-offset to 0.25s.
1 parent 1a016b9 commit 6138387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqld_exporter.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
"Path under which to expose metrics.",
4747
)
4848
timeoutOffset = flag.Float64(
49-
"timeout-offset", 0.5,
49+
"timeout-offset", 0.25,
5050
"Offset to subtract from timeout in seconds.",
5151
)
5252
configMycnf = flag.String(

0 commit comments

Comments
 (0)