Skip to content

Commit 3f4e90b

Browse files
committed
remove unused defaultSubSecondPrecision const
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 152f598 commit 3f4e90b

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
@@ -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)