Skip to content

Commit

Permalink
remove unused defaultSubSecondPrecision const
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Aug 16, 2023
1 parent 152f598 commit 3f4e90b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fluent/fluent.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ const (
defaultMaxRetryWait = 60000
defaultMaxRetry = 13
defaultReconnectWaitIncreRate = 1.5
// Default sub-second precision value to false since it is only compatible
// with fluentd versions v0.14 and above.
defaultSubSecondPrecision = false

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

0 comments on commit 3f4e90b

Please sign in to comment.