mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
651caeba91
* Fix build for Windows (#1377) * Add tests for windows
6 lines
108 B
Go
6 lines
108 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package chat
|
|
|
|
func setSystemConcurrentConnectionLimit(limit int64) {}
|