Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit a7cae8b

Browse files
author
Christopher Schinnerl
authored
Merge pull request #27 from SkynetLabs/adjust-anon-limits
adjust anon limits to account service defaults
2 parents 20c348b + d466246 commit a7cae8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nginx/libs/skynet/account.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ local tier_id_free = 1
1111
local anon_limits = {
1212
["tierID"] = tier_id_anonymous,
1313
["tierName"] = "anonymous",
14-
["upload"] = 655360,
15-
["download"] = 655360,
14+
["upload"] = 5242880,
15+
["download"] = 5242880,
1616
["maxUploadSize"] = 1073741824,
1717
["registry"] = 250
1818
}

0 commit comments

Comments
 (0)