From 3fb5ea96bc5ae76ee593123605166e72c8f64b40 Mon Sep 17 00:00:00 2001 From: ning <710leo@gmail.com> Date: Wed, 24 Jan 2024 19:28:01 +0800 Subject: [PATCH] chage IdentDropThreshold --- pushgw/pconf/conf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pushgw/pconf/conf.go b/pushgw/pconf/conf.go index 22c5a304..ad3b0525 100644 --- a/pushgw/pconf/conf.go +++ b/pushgw/pconf/conf.go @@ -84,7 +84,7 @@ func (p *Pushgw) PreCheck() { } if p.IdentDropThreshold <= 0 { - p.IdentDropThreshold = 20000 + p.IdentDropThreshold = 5000000 } for _, writer := range p.Writers {