Browse Source

modify mysql sentence length.

zhengwei 7 years ago
parent
commit
8309203b04
1 changed files with 2 additions and 2 deletions
  1. 2 2
      def.h

+ 2 - 2
def.h

@@ -67,8 +67,8 @@
 #define CONF_SECT_READER "READER_SET"
 #define CONF_READER_INTERVAL_TIME "interval_time"
 
-#define SQL_EXECUTE_SENTENCE_COUNT_MAX       20
+#define SQL_EXECUTE_SENTENCE_COUNT_MAX       10
 
-#define SQL_SENTENCE_LENGTH_MAX       4000
+#define SQL_SENTENCE_LENGTH_MAX       2000
 
 #endif