Skip to content

Commit 8b76bb7

Browse files
authored
Merge pull request #210 from SkynetLabs/ivo/cleanup
Cleanup a TODO.
2 parents 31bf525 + 5d440f9 commit 8b76bb7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

database/user.go

+2-4
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,8 @@ var (
5353
// RegistryDelay delay is in ms.
5454
UserLimits = map[int]TierLimits{
5555
TierAnonymous: {
56-
TierName: "anonymous",
57-
UploadBandwidth: 5 * mbpsToBytesPerSecond,
58-
// TODO: temporarily lowered the download bandwidth on the anon tier
59-
// from 20mbps to 5mbps
56+
TierName: "anonymous",
57+
UploadBandwidth: 5 * mbpsToBytesPerSecond,
6058
DownloadBandwidth: 5 * mbpsToBytesPerSecond,
6159
MaxUploadSize: 1 * skynet.GiB,
6260
MaxNumberUploads: 0,

0 commit comments

Comments
 (0)