We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70273fb commit 3af10e4Copy full SHA for 3af10e4
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