f6f6690ccf
If the API to query the maximum throughput isn't available, it was intended to fall back to balanced. This code caused it to vall back to speed instead because if the API isn't available, max_throughput will be 0. This fixes it to make it only fall back to balanced instead.