mirror of https://gitlab.com/litecord/litecord.git
gateway: add max_concurrency field
no idea what it means, since it isn't documented.
This commit is contained in:
parent
1a28fbdf36
commit
e00888ebb5
|
|
@ -71,6 +71,7 @@ async def api_gateway_bot():
|
|||
"total": bucket.requests,
|
||||
"remaining": bucket._tokens,
|
||||
"reset_after": int(reset_after_ts * 1000),
|
||||
"max_concurrency": 1,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue