Changed opts for Event Exporter

This commit is contained in:
andronache
2021-05-10 10:26:45 +03:00
committed by Dan Christian Bogos
parent 72b7618807
commit 893da9be8d
3 changed files with 8 additions and 8 deletions

View File

@@ -2466,8 +2466,8 @@ const (
ElsVersionType = "elsVersionType"
ElsWaitForActiveShards = "elsWaitForActiveShards"
// SQLEe options
SQLMaxOpenConns = "maxOpenConns"
SQLMaxConnLifetime = "maxConnLifetime"
SQLMaxOpenConns = "sqlMaxOpenConns"
SQLMaxConnLifetime = "sqlMaxConnLifetime"
// Others
OptsContext = "*context"