Browse Source

Druid timeout is in milliseconds

Andrew Kane 6 years ago
parent
commit
9e94ce8b79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/blazer/adapters/druid_adapter.rb

+ 1 - 1
lib/blazer/adapters/druid_adapter.rb

@@ -14,7 +14,7 @@ module Blazer
         data = {
           query: statement,
           context: {
-            timeout: timeout
+            timeout: timeout * 1000
           }
         }