Skip to content
Snippets Groups Projects
Commit 213b39bb authored by Christian Bickel's avatar Christian Bickel
Browse files

Change missleading error messages of throttling

parent 6d3f7728
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,6 @@ class ThrottleTests
println(s"maximumFiringsPerMinute = $maximumFiringsPerMinute")
println(s"maximumConcurrentInvokes = $maximumConcurrentInvokes")
val rateMessage = "Too many requests from user"
val concurrencyMessage = "The user has sent too many requests in a given amount of time."
/*
* Retrieve a numeric limit for the key from the property set. If the overrideKey is present, use that.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment