Skip to content

Commit

Permalink
Decrease API fetching interval to 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed Jan 8, 2020
1 parent 034f098 commit 4ef131b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/di.go
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ func (di *Dependencies) bootstrapDiscoveryComponents(options node.OptionsDiscove
discoveryFinder.AddFinder(discovery_noop.NewFinder())
} else {
discoveryFinder.AddFinder(
discovery_api.NewFinder(di.DiscoveryStorage, di.MysteriumAPI.Proposals, 30*time.Second),
discovery_api.NewFinder(di.DiscoveryStorage, di.MysteriumAPI.Proposals, 30*time.Minute),
)
}
case node.DiscoveryTypeBroker:
Expand Down

0 comments on commit 4ef131b

Please sign in to comment.