private/testplanet: increase metainfo rate limit
Rate limit was causing tests to fail due to making too many request. Change-Id: Iafbc97b4880b6d98c86045b28ca7583d27f51720
This commit is contained in:
parent
80a6219c4b
commit
8b3db70329
@ -334,7 +334,7 @@ func (planet *Planet) newSatellites(count int) ([]*SatelliteSystem, error) {
|
||||
},
|
||||
RateLimiter: metainfo.RateLimiterConfig{
|
||||
Enabled: true,
|
||||
Rate: 100,
|
||||
Rate: 1000,
|
||||
CacheCapacity: 100,
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user