You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please offer a configuration option to set up or disable bandwidth limiting.
I've set up a frontend (using v0.5.9.3) and judging from the source code, PageKite defaults to a maximum read speed of 96kb/s. This makes large transfers unbearably slow.
As a workaround I've commented out the flow control code (selectables.py:347-358), but it would be nice to have an option to control this setting from the configuration file.
The text was updated successfully, but these errors were encountered:
This has been improved a fair bit. I routinely see 800mbit/s transfers now using default settings and a nearby relay. There were bugs in the flow-control logic which were artificially slowing things down, that got fixed in versions v1.0.1 and v1.5.1.
There is also now a parameter, --max_read_bytes which can be used to further tune the performance both at the front- and back-ends. It needs documenting, which is why I'm still leaving this open.
Please offer a configuration option to set up or disable bandwidth limiting.
I've set up a frontend (using v0.5.9.3) and judging from the source code, PageKite defaults to a maximum read speed of 96kb/s. This makes large transfers unbearably slow.
As a workaround I've commented out the flow control code (selectables.py:347-358), but it would be nice to have an option to control this setting from the configuration file.
The text was updated successfully, but these errors were encountered: