Skip to content

Commit 9c5d0b9

Browse files
committed
remove unused defaultSubSecondPrecision const
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 393c7f4 commit 9c5d0b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fluent/fluent.go

-3
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const (
3333
defaultMaxRetryWait = 60000
3434
defaultMaxRetry = 13
3535
defaultReconnectWaitIncreRate = 1.5
36-
// Default sub-second precision value to false since it is only compatible
37-
// with fluentd versions v0.14 and above.
38-
defaultSubSecondPrecision = false
3936

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

0 commit comments

Comments
 (0)