mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(go): implement cpu quota detection (#1251)
* feat(go): implement quota detection * go get go mod tidy --------- Co-authored-by: soup <soup@r4tio.dev>
This commit is contained in:
parent
0b7d9b5976
commit
fc63d46e71
3 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,7 @@ import (
|
|||
"os/signal"
|
||||
"syscall"
|
||||
_ "time/tzdata"
|
||||
_ "go.uber.org/automaxprocs"
|
||||
|
||||
"github.com/autobrr/autobrr/internal/action"
|
||||
"github.com/autobrr/autobrr/internal/api"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue