Kouhei Sutou
null+****@clear*****
Wed Jun 10 16:39:28 JST 2015
Kouhei Sutou 2015-06-10 16:39:28 +0900 (Wed, 10 Jun 2015) New Revision: eeaa761f7812dad2bd2e30ada34736a551d8b869 https://github.com/ranguba/groonga-client/commit/eeaa761f7812dad2bd2e30ada34736a551d8b869 Message: Recover default.rb It's needed... Added files: lib/groonga/client/default.rb Modified files: lib/groonga/client.rb Modified: lib/groonga/client.rb (+1 -0) =================================================================== --- lib/groonga/client.rb 2015-06-10 16:34:08 +0900 (4d193d8) +++ lib/groonga/client.rb 2015-06-10 16:39:28 +0900 (424c702) @@ -17,6 +17,7 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +require "groonga/client/default" require "groonga/client/command" require "groonga/client/empty-request" require "groonga/client/protocol/gqtp" Added: lib/groonga/client/default.rb (+25 -0) 100644 =================================================================== --- /dev/null +++ lib/groonga/client/default.rb 2015-06-10 16:39:28 +0900 (f2f6fc3) @@ -0,0 +1,25 @@ +# Copyright (C) 2015 Kouhei Sutou <kou �� clear-code.com> +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + +module Groonga + class Client + module Default + # The default timeout on reading response from Groonga server in + # seconds. + READ_TIMEOUT = 60 + end + end +end -------------- next part -------------- HTML����������������������������...Download