src/api2/reader.rs: fix speedtest description
This commit is contained in:
parent
9070d11f4c
commit
4c7f100d22
|
@ -286,7 +286,7 @@ fn download_chunk_old(
|
||||||
|
|
||||||
pub const API_METHOD_SPEEDTEST: ApiMethod = ApiMethod::new(
|
pub const API_METHOD_SPEEDTEST: ApiMethod = ApiMethod::new(
|
||||||
&ApiHandler::AsyncHttp(&speedtest),
|
&ApiHandler::AsyncHttp(&speedtest),
|
||||||
&ObjectSchema::new("Test 4M block download speed.", &[])
|
&ObjectSchema::new("Test 1M block download speed.", &[])
|
||||||
);
|
);
|
||||||
|
|
||||||
fn speedtest(
|
fn speedtest(
|
||||||
|
|
Loading…
Reference in New Issue