Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Dec 8, 2013
1 parent 948aab9 commit 46c1ef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ config.MessageHandlers.Add(new ThrottlingHandler()
{
IpThrottling = true,
IpWhitelist = new List<string> { "::1", "10.0.0.1" },

ClientThrottling = true,
ClientWhitelist = new List<string> { "admin-key" }
},
Expand Down

0 comments on commit 46c1ef6

Please sign in to comment.