mirror of
https://github.com/owncast/owncast.git
synced 2025-11-02 03:54:54 +08:00
7 lines
109 B
Go
7 lines
109 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package chat
|
|
|
|
func setSystemConcurrentConnectionLimit(limit uint64) {}
|