mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
server: Increase default write timeout so delayed responses can be sent out.
This commit is contained in:
parent
7f8e44b3b5
commit
39f4b2eb11
2 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ var (
|
|||
|
||||
const (
|
||||
defaultReadTimeout = 15
|
||||
defaultWriteTimeout = 15
|
||||
defaultWriteTimeout = 30
|
||||
|
||||
initialMcuRetry = time.Second
|
||||
maxMcuRetry = time.Second * 16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue