[Groonga-commit] droonga/fluent-plugin-droonga at 1c42754 [master] Make ProxyHandler prefer synchronous.

Back to archive index

Daijiro MORI null+****@clear*****
Thu Aug 15 23:48:20 JST 2013


Daijiro MORI	2013-08-15 23:48:20 +0900 (Thu, 15 Aug 2013)

  New Revision: 1c4275428dae3192b57489f7d634b16456e077e1
  https://github.com/droonga/fluent-plugin-droonga/commit/1c4275428dae3192b57489f7d634b16456e077e1

  Message:
    Make ProxyHandler prefer synchronous.

  Modified files:
    lib/droonga/plugin/handler_proxy.rb

  Modified: lib/droonga/plugin/handler_proxy.rb (+4 -0)
===================================================================
--- lib/droonga/plugin/handler_proxy.rb    2013-08-15 23:44:09 +0900 (c3327b0)
+++ lib/droonga/plugin/handler_proxy.rb    2013-08-15 23:48:20 +0900 (77a327a)
@@ -32,5 +32,9 @@ module Droonga
     def proxy(request, *arguments)
       @proxy.handle(request, arguments)
     end
+
+    def prefer_synchronous?(command)
+      return true
+    end
   end
 end
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index