Skip to content

Commit

Permalink
perf: Allow to manage easily the audio stream
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlesne committed Dec 13, 2024
1 parent c07aeb1 commit 40c23e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/helpers/call_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ def __init__(
self,
sample_rate: int,
scheduler: Scheduler,
max_delay_ms: int = 300,
max_delay_ms: int = 200,
packet_duration_ms: int = 20,
):
self._packet_duration_ms = packet_duration_ms
Expand Down
4 changes: 2 additions & 2 deletions cicd/bicep/app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ resource containerApp 'Microsoft.App/containerApps@2024-02-02-preview' = {
}
]
resources: {
cpu: 1
memory: '2Gi'
cpu: json('1.25')
memory: '2.5Gi'
}
probes: [
{
Expand Down

0 comments on commit 40c23e0

Please sign in to comment.