Add HCL support for defining rate limiters, with filewatching as per connection config. Closes #3746

This commit is contained in:
kaidaguerre
2023-08-11 14:24:44 +01:00
committed by GitHub
parent 6dfd78920e
commit 202cb68692
29 changed files with 552 additions and 178 deletions

View File

@@ -119,7 +119,7 @@ func runQueryCmd(cmd *cobra.Command, args []string) {
error_helpers.FailOnError(err)
// if diagnostic mode is set, print out config and return
if _, ok := os.LookupEnv(constants.EnvDiagnostics); ok {
if _, ok := os.LookupEnv(constants.EnvConfigDump); ok {
cmdconfig.DisplayConfig()
return
}