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:
Egon Elbre 2020-01-22 15:57:34 +02:00
parent 80a6219c4b
commit 8b3db70329

View File

@ -334,7 +334,7 @@ func (planet *Planet) newSatellites(count int) ([]*SatelliteSystem, error) {
},
RateLimiter: metainfo.RateLimiterConfig{
Enabled: true,
Rate: 100,
Rate: 1000,
CacheCapacity: 100,
},
},