Skip to content

Commit

Permalink
Cleanup a TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ro-tex committed May 23, 2022
1 parent beeea2a commit 5d440f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions database/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ var (
// RegistryDelay delay is in ms.
UserLimits = map[int]TierLimits{
TierAnonymous: {
TierName: "anonymous",
UploadBandwidth: 5 * mbpsToBytesPerSecond,
// TODO: temporarily lowered the download bandwidth on the anon tier
// from 20mbps to 5mbps
TierName: "anonymous",
UploadBandwidth: 5 * mbpsToBytesPerSecond,
DownloadBandwidth: 5 * mbpsToBytesPerSecond,
MaxUploadSize: 1 * skynet.GiB,
MaxNumberUploads: 0,
Expand Down

0 comments on commit 5d440f9

Please sign in to comment.