brett
04/27/2022, 6:34 PMkian
04/27/2022, 6:34 PMVitali
04/27/2022, 6:35 PMVitali
04/27/2022, 6:35 PMalbert
04/27/2022, 7:37 PMlua
local function get_storageops_rate_limit(account_id)
if account_id == "e5f0f929bb59b9d5e1bc9b35e9e3bf00" then
return 200
else
return 1000
end
end
kian
04/27/2022, 7:38 PMlua
local function get_rate_limit_message(account_id)
if account_id == "e5f0f929bb59b9d5e1bc9b35e9e3bf00" then
return "albert plz"
else
return "Your account is doing too many concurrent storage operations. Please back off and try again later"
end
end
Vitali
04/27/2022, 8:00 PMlocal function get_storageops_rate_limit(account_id)
if account_id == "e5f0f929bb59b9d5e1bc9b35e9e3bf00" then
return 1000 - 1 / timeSinceLastRequest(account_id)
else
return 1000
end
end
itsmatteomanf
04/27/2022, 8:07 PMreturn 1000 - 1000 / timeSinceLastRequest()
Isaac McFadyen | YYZ01
04/27/2022, 8:07 PMalbert
04/27/2022, 8:08 PMitsmatteomanf
04/27/2022, 8:09 PMitsmatteomanf
04/27/2022, 8:10 PMalbert
04/27/2022, 8:13 PMIsaac McFadyen | YYZ01
04/27/2022, 8:14 PMitsmatteomanf
04/27/2022, 8:14 PMIsaac McFadyen | YYZ01
04/27/2022, 8:14 PMIsaac McFadyen | YYZ01
04/27/2022, 8:14 PMalbert
04/27/2022, 8:16 PMalbert
04/27/2022, 8:18 PMkian
04/27/2022, 8:19 PMkian
04/27/2022, 8:19 PMkian
04/27/2022, 8:20 PMkian
04/27/2022, 8:20 PMalbert
04/27/2022, 8:20 PMitsmatteomanf
04/27/2022, 8:23 PMjohn.spurlock
04/27/2022, 9:49 PMR2PutOptions.md5
is provided as a string, should it be in hex or b64?darrennotfound
04/27/2022, 9:53 PMjohn.spurlock
04/27/2022, 9:55 PM