We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82787e commit 31b7d12Copy full SHA for 31b7d12
fluent/fluent.go
@@ -34,9 +34,6 @@ const (
34
defaultMaxRetryWait = 60000
35
defaultMaxRetry = 13
36
defaultReconnectWaitIncreRate = 1.5
37
- // Default sub-second precision value to false since it is only compatible
38
- // with fluentd versions v0.14 and above.
39
- defaultSubSecondPrecision = false
40
41
// Default value whether to skip checking insecure certs on TLS connections.
42
defaultTlsInsecureSkipVerify = false
0 commit comments