missing localization in admin tabs
This commit is contained in:
parent
3e0e4af4f9
commit
57c26c25b3
1 changed files with 27 additions and 1 deletions
|
|
@ -1480,10 +1480,36 @@
|
|||
"description": "Number of retries for making a connection CONFIRM"
|
||||
}
|
||||
},
|
||||
":hackney_pools": {
|
||||
":rich_media": {
|
||||
"label": "Rich media",
|
||||
"description": "idk",
|
||||
":max_connections": {
|
||||
"label": "Max connections",
|
||||
"description": "Number workers in the pool."
|
||||
},
|
||||
":timeout": {
|
||||
"label": "Timeout",
|
||||
"description": "Timeout while `hackney` will wait for response."
|
||||
}
|
||||
}
|
||||
},
|
||||
":pools": {
|
||||
":rich_media": {
|
||||
"label": "Rich media",
|
||||
"description": "idk"
|
||||
"description": "idk",
|
||||
":size": {
|
||||
"label": "Size",
|
||||
"description": "Maximum number of concurrent requests in the pool."
|
||||
},
|
||||
":max_waiting": {
|
||||
"label": "Max waiting",
|
||||
"description": "Maximum number of requests waiting for other requests to finish. After this number is reached, the pool will start returning errors when a new request is made"
|
||||
},
|
||||
":recv_timeout": {
|
||||
"label": "Recv timeout",
|
||||
"description": "Timeout for the pool while gun will wait for response"
|
||||
}
|
||||
}
|
||||
},
|
||||
":rate_limit": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue