Skip to content

Commit 31b7d12

Browse files
committed
remove unused defaultSubSecondPrecision const
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent e82787e commit 31b7d12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fluent/fluent.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ const (
3434
defaultMaxRetryWait = 60000
3535
defaultMaxRetry = 13
3636
defaultReconnectWaitIncreRate = 1.5
37-
// Default sub-second precision value to false since it is only compatible
38-
// with fluentd versions v0.14 and above.
39-
defaultSubSecondPrecision = false
4037

4138
// Default value whether to skip checking insecure certs on TLS connections.
4239
defaultTlsInsecureSkipVerify = false

0 commit comments

Comments
 (0)