blob: 08e1ff6093e71e023410f8c405bf5d16c3b7d80f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
[APPDTC]
RUN_LOG_LV=10
DEC_LOG_LV=10
RUN_LOG_DIR=./log
RM_DECODED_FILE=1
RM_DECODE_FAIL_APK=1
#maximum thread num: plus it with maskey's thread num, sum should < 64
THREAD_NUM=8
HTABLE_SIZE=33554432
HTABLE_TIME=0
QUEUE_SIZE=100000
STAT_FIELD_CYCLE=60
STAT_FIELD_TRIG=1
[MAAT]
#Json only for MD5
MAAT_JSON_ON=0
JSON_CGF_DIR=./conf/maat_pz/json/maat_json.json
TABLE_INFO_JSON=./conf/maat_pz/json/table_info.conf
TABLE_INFO_PATH=./conf/maat_pz/table_info.conf
FUL_CFG_DIR=./conf/maat_pz/full/index/
INC_CFG_DIR=./conf/maat_pz/inc/index/
[MAGALLEN_LOG]
LOG_IP_NUM=1
#format: 192.168.1.1-192.168.1.10;192.168.1.20;192.168.1.30-192.168.1.33;
#ATTENTION: Must end with ';', length of LOG_IP should < 1024
LOG_IP=10.0.6.212;
LOG_PORT=56785
PZ_IP_NUM=1
PZ_IP=10.0.6.212;
PZ_PORT=56785
|