This commit is contained in:
talksik
2026-04-14 15:00:12 -07:00
parent 9d6d3bfb3c
commit 42787d0f3e
+2 -2
View File
@@ -2,8 +2,8 @@ package billing
import "time"
// FreemiumDailyLimit is the per-network daily cap on non-container
// particles for networks on the free plan.
// FreemiumDailyLimit is the per-network daily cap on usage,
// agnostic of the units that this refer to. This is only relevant for the "free" plan.
const FreemiumDailyLimit = 50
// Usage describes a network's current freemium quota state for today.