Files
heicode-win/heicode/common/quota.go
T
gongzhiyong 1f21309597 refactor: rename manager codebase dir new-api → heicode, module github.com/heicode/manager
Remove user-facing new-api naming; Docker/network/container names use heicode.
Go imports updated; Dockerfiles and workflows ldflags fixed.

Made-with: Cursor
2026-05-01 01:47:23 +08:00

6 lines
76 B
Go

package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}