get limits
This commit is contained in:
parent
5eb013cdf8
commit
3297cc0f88
|
@ -37,8 +37,8 @@ access_by_lua_block {
|
||||||
return accounts.exit_access_forbidden()
|
return accounts.exit_access_forbidden()
|
||||||
end
|
end
|
||||||
|
|
||||||
-- -- get account limits of currently authenticated user
|
-- get account limits of currently authenticated user
|
||||||
-- local limits = accounts.get_account_limits()
|
local limits = accounts.get_account_limits()
|
||||||
|
|
||||||
-- -- apply download speed limit
|
-- -- apply download speed limit
|
||||||
-- ngx.var.limit_rate = limits.download
|
-- ngx.var.limit_rate = limits.download
|
||||||
|
|
Reference in New Issue