浏览代码

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
           }
         }