mirror of
https://github.com/shiroyashik/sculptor.git
synced 2025-12-06 13:01:12 +03:00
Pre-release
I don't remember exactly what was done in this commit anymore, so don't be discourteous
This commit is contained in:
parent
b280da2742
commit
59440154c1
18 changed files with 1016 additions and 185 deletions
|
|
@ -4,8 +4,8 @@ use serde_json::{json, Value};
|
|||
|
||||
pub async fn version() -> Json<Value> {
|
||||
Json(json!({
|
||||
"release": "1.7.1",
|
||||
"prerelease": "1.7.2"
|
||||
"release": "0.1.4",
|
||||
"prerelease": "0.1.4"
|
||||
}))
|
||||
}
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ pub async fn limits() -> Json<Value> {
|
|||
Json(json!({
|
||||
"rate": {
|
||||
"pingSize": 1024,
|
||||
"pingRate": 32, // TODO: Проверить
|
||||
"pingRate": 32,
|
||||
"equip": 1,
|
||||
"download": 50,
|
||||
"upload": 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue