[Groonga-commit] groonga/grnci at 9dcf777 [master] Fix a bug that BufferSize is zero by default.

Back to archive index

Susumu Yata null+****@clear*****
Thu Jul 27 12:35:39 JST 2017


Susumu Yata	2017-07-27 12:35:39 +0900 (Thu, 27 Jul 2017)

  New Revision: 9dcf777f98a4694e750a834d1e99a9e8c2a7df20
  https://github.com/groonga/grnci/commit/9dcf777f98a4694e750a834d1e99a9e8c2a7df20

  Message:
    Fix a bug that BufferSize is zero by default.

  Modified files:
    v2/gqtp.go

  Modified: v2/gqtp.go (+1 -0)
===================================================================
--- v2/gqtp.go    2017-07-27 12:24:41 +0900 (d375e2c)
+++ v2/gqtp.go    2017-07-27 12:35:39 +0900 (101d9da)
@@ -370,6 +370,7 @@ type GQTPClientOptions struct {
 // NewGQTPClientOptions returns the default GQTPClientOptions.
 func NewGQTPClientOptions() *GQTPClientOptions {
 	return &GQTPClientOptions{
+		BufferSize: gqtpDefaultBufferSize,
 		MaxIdleConns: gqtpDefaultMaxIdleConns,
 	}
 }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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