Skip to content

Commit

Permalink
silent packet の送信までのデフォルトの時間を 10 秒に変更する
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexa committed Nov 8, 2024
1 parent 3302a08 commit 0deba2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
- [ADD] クライアントから送られてくるデータにヘッダーが付与されている場合に対応する audio_streaming_header 設定を追加する
- デフォルト値: false
- @Hexa
- [CHANGE] silent packet の送信までのデフォルトの時間を 10 秒に変更する
- @Hexa

### misc

Expand Down
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const (
DefaultExporterListenAddr = "0.0.0.0"
DefaultExporterListenPort = 5891

// 100ms
DefaultTimeToWaitForOpusPacketMs = 100
// 10s
DefaultTimeToWaitForOpusPacketMs = 10000

// リトライ間隔 100ms
DefaultRetryIntervalMs = 100
Expand Down

0 comments on commit 0deba2e

Please sign in to comment.