Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
Panel
panelIconIdatlassian-info
iconpanelIconfalse:info:
titleThis page has been translated automatically
bgColor#E3FCEF

Please read the Terms of Use for Materials on ZennoLab

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 );

...