mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(go): fix type conversion for windows
This commit is contained in:
parent
99fbefd558
commit
3050d64909
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
package chat
|
||||
|
||||
func getMaximumConcurrentConnectionLimit() int64 {
|
||||
func getMaximumConcurrentConnectionLimit() uint64 {
|
||||
// The maximum limit I can find for windows is 16,777,216
|
||||
// (essentially unlimited, but add the 0.7 multiplier as well to be
|
||||
// consistent with other systems)
|
||||
|
|
Loading…
Reference in a new issue