[Groonga-commit] droonga/droonga-engine at 870c6e5 [master] Stop deleting directory under buffer/ temporarily

Back to archive index

Yoji Shidara null+****@clear*****
Wed Jul 23 11:35:32 JST 2014


Yoji Shidara	2014-07-23 11:35:32 +0900 (Wed, 23 Jul 2014)

  New Revision: 870c6e5620e7513c10d659586d1ca92dcb68dada
  https://github.com/droonga/droonga-engine/commit/870c6e5620e7513c10d659586d1ca92dcb68dada

  Message:
    Stop deleting directory under buffer/ temporarily

  Modified files:
    lib/droonga/forwarder.rb

  Modified: lib/droonga/forwarder.rb (+1 -1)
===================================================================
--- lib/droonga/forwarder.rb    2014-07-23 11:33:36 +0900 (f7c37a1)
+++ lib/droonga/forwarder.rb    2014-07-23 11:35:32 +0900 (2742110)
@@ -68,7 +68,7 @@ module Droonga
 
         chunk_loader = BufferedTCPSocket::ChunkLoader.new(path)
         unless chunk_loader.have_any_chunk?
-          FileUtils.rm_rf(path.to_s)
+          #FileUtils.rm_rf(path.to_s) # TODO re-enable this
           next
         end
 
-------------- next part --------------
HTML����������������������������...
Download 



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