mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-23 10:48:07 +03:00
5 lines
99 B
Go
5 lines
99 B
Go
package main
|
|
|
|
// Set user-specified limit of how many fd's we can use
|
|
func setRlimit(val uint) {
|
|
}
|