mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 00:46:50 +00:00
Support containerized cpu limits
This commit is contained in:
@ -15,6 +15,9 @@ import (
|
||||
"npm/internal/jobqueue"
|
||||
"npm/internal/jwt"
|
||||
"npm/internal/logger"
|
||||
|
||||
// properly respect available cpu cores
|
||||
_ "go.uber.org/automaxprocs"
|
||||
)
|
||||
|
||||
var commit string
|
||||
|
Reference in New Issue
Block a user