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

Commit

Permalink
change quota policy type from flexi to calendar, avoids flexi quota b…
Browse files Browse the repository at this point in the history
…ug in edge

Change-Id: Iafad04297f0c2b04ab67691f582f0231dd499dea
  • Loading branch information
theganyo committed Sep 30, 2019
1 parent d52606b commit ac981b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions apigee-istio/proxies/proxies.go

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion auth-proxy/apiproxy/policies/DistributedQuota.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Quota async="false" continueOnError="true" enabled="true" name="DistributedQuota" type="flexi">
<Quota async="false" continueOnError="true" enabled="true" name="DistributedQuota" type="calendar">
<DisplayName>DistributedQuota</DisplayName>
<Identifier ref="quota.identifier"/>
<!--<Allow countRef="quota.allow"/>-->
Expand All @@ -9,4 +9,5 @@
<MessageWeight ref="quota.weight"/>
<Distributed>true</Distributed>
<Synchronous>true</Synchronous>
<StartTime>2019-01-01 00:00:00</StartTime>
</Quota>

0 comments on commit ac981b3

Please sign in to comment.