Skip to content

Commit

Permalink
transport: increase daily maxFramerate to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Apr 6, 2024
1 parent 172a142 commit a362ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dailyai/transports/daily_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _prerun(self):
"low": {
"maxBitrate": 250000,
"scaleResolutionDownBy": 1.333,
"maxFramerate": 8,
"maxFramerate": 30,
}
},
}
Expand Down

0 comments on commit a362ca4

Please sign in to comment.