Skip to content

Commit

Permalink
Merge pull request #100 from mysteriumnetwork/list-all-proposals
Browse files Browse the repository at this point in the history
Update country limit values to show all proposals
  • Loading branch information
soffokl authored Nov 14, 2023
2 parents 5809175 + 22982cf commit 6b76d27
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 6b76d27

Please sign in to comment.