Explorar el Código

Druid timeout is in milliseconds

Andrew Kane hace 6 años
padre
commit
9e94ce8b79
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
           }
         }