Skip to content

Commit

Permalink
Use AIBRIX_POD_METRIC_REFRESH_INTERVAL_MS=50 in base configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan committed Feb 6, 2025
1 parent 31d8d2a commit 7c9cb76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/gateway/gateway-plugin/gateway-plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- name: REDIS_PORT
value: "6379"
- name: AIBRIX_POD_METRIC_REFRESH_INTERVAL_MS
value: "10000" # 10 seconds, only local testing
value: "50"
- name: POD_NAME
valueFrom:
fieldRef:
Expand Down

0 comments on commit 7c9cb76

Please sign in to comment.