src/api2/reader.rs: fix speedtest description

This commit is contained in:
Dietmar Maurer 2020-10-01 11:16:15 +02:00
parent 9070d11f4c
commit 4c7f100d22
1 changed files with 1 additions and 1 deletions

View File

@ -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(