Skip to content

Commit c70111c

Browse files
committed
Small typo in README.md
1 parent 2441982 commit c70111c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ When you request a browser by specifying its name and version **Grid Router** do
9797
1. Searches for the browser in user quota XML and returns error if not found
9898
2. Randomly selects a host from all hosts and tries to obtain browser on that host. Our algorithm also considers browser counts specified in XML for each host so that hosts with more browsers get more connections.
9999
3. If browser was obtained - returns it to the user and proxies all requests in this session to the same host
100-
4. In not - selects a new host **from another region** and tries again. This guarantees that when one datacenter goes down in most of cases we'll obtain browser at worst after the second attempt.
100+
4. If not - selects a new host **from another region** and tries again. This guarantees that when one datacenter goes down in most of cases we'll obtain browser at worst after the second attempt.
101101
5. After trying all hosts returns error if no browser was obtained
102102

103103
### Hub configuration recommendations

0 commit comments

Comments
 (0)