diff options
| author | jixinyi <[email protected]> | 2018-12-13 15:05:46 +0800 |
|---|---|---|
| committer | jixinyi <[email protected]> | 2018-12-13 15:05:46 +0800 |
| commit | 0e930e6b50916ee73641dfb0e27bbaa893fd005f (patch) | |
| tree | 4f41d4347c58e3f62f6638b3fd280049221bebb1 /src/ir_mctrl.h | |
| parent | 6882ea29c596796fa16e703ddba95e687cbc14f5 (diff) | |
修改rule_id分段模式,修复溢出bug1.2
Diffstat (limited to 'src/ir_mctrl.h')
| -rw-r--r-- | src/ir_mctrl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_mctrl.h b/src/ir_mctrl.h index 16e07a8..3c1a25c 100644 --- a/src/ir_mctrl.h +++ b/src/ir_mctrl.h @@ -23,7 +23,7 @@ #define CANDIDATE_TABLE "IR_CANDIDATE_IP" #define DNAT_POLICY_TABLE "IR_DNAT_POLICY" -#define SLEEP_TIME 86400 +#define SLEEP_TIME 43200 #define TIME_OUT 1800 #define MAX_THREAD_NUM 1 |
