[Groonga-commit] droonga/droonga-engine at 45235eb [buffered-forward] Use ".msgpack" as the suffix for intentional buffers.

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 22 18:36:31 JST 2014


YUKI Hiroshi	2014-12-22 18:36:31 +0900 (Mon, 22 Dec 2014)

  New Revision: 45235ebc4a3773d4e21f7724135e39369b870c3e
  https://github.com/droonga/droonga-engine/commit/45235ebc4a3773d4e21f7724135e39369b870c3e

  Message:
    Use ".msgpack" as the suffix for intentional buffers.
    
    Because they are msgpack-ed messages, not JSON anymore.

  Modified files:
    lib/droonga/forward_buffer.rb

  Modified: lib/droonga/forward_buffer.rb (+1 -1)
===================================================================
--- lib/droonga/forward_buffer.rb    2014-12-22 17:56:51 +0900 (b025dd8)
+++ lib/droonga/forward_buffer.rb    2014-12-22 18:36:31 +0900 (6eb20ca)
@@ -27,7 +27,7 @@ module Droonga
   class ForwardBuffer
     include Loggable
 
-    SUFFIX = ".json"
+    SUFFIX = ".msgpack"
 
     def initialize(node_name, forwarder)
       @forwarder = forwarder
-------------- next part --------------
HTML����������������������������...
Download 



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