[Groonga-commit] groonga/groonga [master] increase max expect line limit.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 10月 6日 (水) 11:16:12 JST


Kouhei Sutou	2010-10-06 02:16:12 +0000 (Wed, 06 Oct 2010)

  New Revision: c1b13cfeb15806a1f009e1fa4d7431d23620868e

  Log:
    increase max expect line limit.

  Modified files:
    src/grntest.c

  Modified: src/grntest.c (+1 -1)
===================================================================
--- src/grntest.c    2010-10-06 01:30:58 +0000 (5c33c5a)
+++ src/grntest.c    2010-10-06 02:16:12 +0000 (32d8942)
@@ -113,7 +113,7 @@ grn_obj *grntest_db = NULL;
 #define BUF_LEN 1024
 #define MAX_PATH_LEN 256
 #define MAX_COMMAND_LEN 500000
-#define LOGBUF_LEN 500000
+#define LOGBUF_LEN 5000000
 
 #define J_DO_LOCAL  1  /* do_local */
 #define J_DO_GQTP   2  /* do_gqtp */




Groonga-commit メーリングリストの案内
Back to archive index