Browse Source

chage IdentDropThreshold

main
ning 2 years ago
parent
commit
3fb5ea96bc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pushgw/pconf/conf.go

+ 1
- 1
pushgw/pconf/conf.go View File

@@ -84,7 +84,7 @@ func (p *Pushgw) PreCheck() {
}

if p.IdentDropThreshold <= 0 {
p.IdentDropThreshold = 20000
p.IdentDropThreshold = 5000000
}

for _, writer := range p.Writers {


Loading…
Cancel
Save