We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31bf525 + 5d440f9 commit 8b76bb7Copy full SHA for 8b76bb7
database/user.go
@@ -53,10 +53,8 @@ var (
53
// RegistryDelay delay is in ms.
54
UserLimits = map[int]TierLimits{
55
TierAnonymous: {
56
- TierName: "anonymous",
57
- UploadBandwidth: 5 * mbpsToBytesPerSecond,
58
- // TODO: temporarily lowered the download bandwidth on the anon tier
59
- // from 20mbps to 5mbps
+ TierName: "anonymous",
+ UploadBandwidth: 5 * mbpsToBytesPerSecond,
60
DownloadBandwidth: 5 * mbpsToBytesPerSecond,
61
MaxUploadSize: 1 * skynet.GiB,
62
MaxNumberUploads: 0,
0 commit comments