0
owncast/core/chat/concurrentConnections_windows.go
Jack 651caeba91
Fix build for Windows (#1377) (#1506)
* Fix build for Windows (#1377)

* Add tests for windows
2021-10-31 14:01:22 -07:00

7 lines
108 B
Go

//go:build windows
// +build windows
package chat
func setSystemConcurrentConnectionLimit(limit int64) {}