Skip to content

Commit

Permalink
fix mozilla#9501 feat(cirrus): Update some additional .env
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikakhurana committed Sep 27, 2023
1 parent fe4142c commit 5cbd936
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cirrus/server/cirrus/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ class MetricsConfiguration:
cast(str, config("CIRRUS_METRICS_LOG_LEVEL", default="WARNING"))
),
)
max_events_buffer: int = int(
config("CIRRUS_METRICS_MAX_EVENTS_BUFFER", default=500)
)
max_events_buffer: int = int(config("CIRRUS_METRICS_MAX_EVENTS_BUFFER", default=500))
server_endpoint: Optional[str] = cast(
Optional[str], config("CIRRUS_SERVER_ENDPOINT", default=None)
)
Expand Down

0 comments on commit 5cbd936

Please sign in to comment.