-
Notifications
You must be signed in to change notification settings - Fork 56
Cannot set any parameters in config.json #28
Comments
Hello @Shadebzh, You are right. I just figured the documentation is way out of date with latest set of configurable options. |
Thank you a lot ! Just to know, is there a way to find new parameters in a source code file ? |
You can find all configurable options in this file: Despite being able to configure a lot of download/upload options, some of them are overridden by the front end, through the presets. You can find them by clicking the cog on the top right corner. That is definitely an issue i would need to address. |
Thank you again a lot for your answer. In fact, I try to make (force) download and upload request via websocket rather than XHR (due to XHR number concurrent limit in browser). I have noticed the parameter endpoint.websocket with ws://, get parameters in config.js and also noticed you make a GET request on config.json in xhr, but when I try to make this : No websocket, only XHR. Is there any wat to do this ? Last question I promise ;-) Thank you. |
Hi again @Shadebzh The What you seem to want to achieve is to switch from XHR-based bandwidth tests to WebSocket-based ones. My project having in mind to be as much all-terrain as possible, i decided to lock out this option, as long as I can't find a satisfying enough solution. Regards. |
Dear Sir,
Thank you for this great software ! Very useful... I try to change some options, but it seem my config.json is never read, when I launch npm run start:dev, I've got my good config.json in "dist" directory, but the option don't seem to be used
Any help ? Thank you a lot !
Here is an example for my config.json file :
{
"download": {
"duration": 30
}
}
The text was updated successfully, but these errors were encountered: