Configuring handlers for multiple servers

Connect to multiple servers by setting the value of server to a comma-separated list of separate servers. You can also limit the number of simultaneous streams by adding @n , where n is the number of streams. The following configuration is an example of multiple servers with limited streams:

server = hostname_1 @10, hostname_2 @15, hostname_3
Note:

The adapter assigns each transcription request to the server with the smallest load.

If @n isn't specified, the value is set to the match the value of maxstreams returned by a V‑Blaze API /status query.