Created
November 6, 2014 06:53
-
-
Save baskaran-md/ee5b53c1e2c8ca753f72 to your computer and use it in GitHub Desktop.
QuotaPolicy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Quota async="false" continueOnError="false" enabled="true" name="QuotaPolicy" type="calendar"> | |
<DisplayName>Quota 3</DisplayName> | |
<Allow count="2000" countRef="request.header.allowed_quota"/> | |
<Interval ref="request.header.quota_count">1</Interval> | |
<Distributed>false</Distributed> | |
<Synchronous>false</Synchronous> | |
<TimeUnit ref="request.header.quota_timeout">month</TimeUnit> | |
<StartTime>2014-7-16 12:00:00</StartTime> | |
<Identifier/> | |
<MessageWeight ref="client.received.content.length"/> | |
</Quota> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment