Info | ||||
---|---|---|---|---|
| ||||
We want to provide you with the latest help content in your language as soon as possible. This page has been translated automatically and may contain grammatical errors or inaccuracies. We want this content to be useful to you. Please let us know at the bottom of this page if this information was helpful. View the original article in Russian: Π£ΠΏΡΠ°Π²Π»Π΅Π½ΠΈΠ΅ ΠΏΠΎΠ΄ΠΊΠ»ΡΡΠ΅Π½ΠΈΡΠΌΠΈ Π² Mozilla Firefox |
Process-level connection management
...
If you want to change these settings in your template, then use the C # C# snippet:
Code Block |
---|
instance.SetBrowserPreference("network.http.max-connections-per-instance", 2 ); instance.SetBrowserPreference("network.http.max-persistent-connections-per-proxy-per-instance", 2 ); instance.SetBrowserPreference("network.http.max-persistent-connections-per-server-per-instance", 2 ); |
...