Reduce load testing request rate in Travis. (#3703)

This may reduce the amount of logs we output, getting us below the level
that gets our jobs killed.
This commit is contained in:
Jacob Hoffman-Andrews 2018-05-10 05:32:53 -07:00 committed by Daniel McCarney
parent 76a3f4a18f
commit 099d1c8858
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"solveHTTPOne",
"newCertificate"
],
"rate": 5,
"rate": 1,
"runtime": "10s",
"rateDelta": "5/1m"
},

View File

@ -6,7 +6,7 @@
"fulfillOrder",
"finalizeOrder"
],
"rate": 5,
"rate": 1,
"runtime": "10s",
"rateDelta": "5/1m"
},