redis的最大批量调整为1024,避免因事务频繁失败,导致不能expire配置。

This commit is contained in:
zhengchao
2017-08-29 10:16:10 +08:00
parent 98889123aa
commit cdba1add45
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
#include "stream_fuzzy_hash.h"
#include "gram_index_engine.h"
int MAAT_FRAME_VERSION_2_0_20170825=1;
int MAAT_FRAME_VERSION_2_0_20170829=1;
const char *maat_module="MAAT Frame";
const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",