Skip to content

Commit

Permalink
Update country limit values to show all proposals
Browse files Browse the repository at this point in the history
  • Loading branch information
soffokl committed Nov 14, 2023
1 parent 5809175 commit 22982cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proposal/inmemory.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import (

const (
// TODO: lower this values once dvpn apps start using proposal numbers endpoint.
countryHardLimit = 10000
countrySoftLimit = 10000
countryHardLimit = 100000
countrySoftLimit = 100000
)

type Enhancer interface {
Expand Down

0 comments on commit 22982cf

Please sign in to comment.