We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393c7f4 commit 9c5d0b9Copy full SHA for 9c5d0b9
fluent/fluent.go
@@ -33,9 +33,6 @@ const (
33
defaultMaxRetryWait = 60000
34
defaultMaxRetry = 13
35
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
39
40
// Default value whether to skip checking insecure certs on TLS connections.
41
defaultTlsInsecureSkipVerify = false
0 commit comments