mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-30 09:42:27 -05:00
[chore]: Bump github.com/KimMachineGun/automemlimit from 0.5.0 to 0.6.0 (#2859)
This commit is contained in:
parent
b7c629a18a
commit
0db9e34b69
7 changed files with 86 additions and 32 deletions
6
vendor/github.com/KimMachineGun/automemlimit/automemlimit.go
generated
vendored
6
vendor/github.com/KimMachineGun/automemlimit/automemlimit.go
generated
vendored
|
|
@ -1,9 +1,13 @@
|
|||
package automemlimit
|
||||
|
||||
import (
|
||||
"log/slog"
|
||||
|
||||
"github.com/KimMachineGun/automemlimit/memlimit"
|
||||
)
|
||||
|
||||
func init() {
|
||||
memlimit.SetGoMemLimitWithEnv()
|
||||
memlimit.SetGoMemLimitWithOpts(
|
||||
memlimit.WithLogger(slog.Default()),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue