fix(core): update
This commit is contained in:
@ -37,8 +37,8 @@ export class SmartNetwork {
|
||||
* get network speed
|
||||
* @param measurementTime
|
||||
*/
|
||||
public async getSpeed(measurementTime = 5000): Promise<ISpeedtestData> {
|
||||
const test = await plugins.speedtestNet({ maxTime: measurementTime, acceptGdpr: true });
|
||||
public async getSpeed() {
|
||||
const test = await plugins.speedtestNet({ acceptGdpr: true, acceptLicense: true });
|
||||
return test;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user