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