Skip to content

Commit

Permalink
Merge pull request #210 from SkynetLabs/ivo/cleanup
Browse files Browse the repository at this point in the history
Cleanup a TODO.
  • Loading branch information
MSevey committed Jun 1, 2022
2 parents 31bf525 + 5d440f9 commit 8b76bb7
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 8b76bb7

Please sign in to comment.