Skip to content

Commit

Permalink
Merge pull request #6070 from mysteriumnetwork/lower-provider-quality
Browse files Browse the repository at this point in the history
Lower provider quality cache
  • Loading branch information
soffokl committed Aug 15, 2024
2 parents cb2af09 + 3174272 commit 49b9922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/quality/mysterium_morqa.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func (m *MysteriumMORQA) ProviderQuality(id identity.Identity) (node.QualityInfo
return res, err
}

if err = m.doRequestAndCacheResponse(request, 10*time.Minute, &res); err != nil {
if err = m.doRequestAndCacheResponse(request, time.Minute, &res); err != nil {
log.Err(err).Msg("Failed to parse provider quality")
return res, err
}
Expand Down

0 comments on commit 49b9922

Please sign in to comment.