ソースを参照

Druid timeout is in milliseconds

Andrew Kane 6 年 前
コミット
9e94ce8b79
1 ファイル変更1 行追加1 行削除
  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
           }
         }