Managing Connections in Chrome

Connection settings for Chrome browser are different from Firefox. Chrome settings are in the program folder in the configuration files:

  • base_cr.exe.config for ZennoPoster;

  • pminstance_cr.exe.config for ProjectMaker and CodeCreator.

The content of the files is *.xml (see the figure below), the connection settings are contained in the appSettings block.

Below is a description of the connection settings:

  • zl-max-sockets-per-pool - the number of connections per pool (there are several pools working in the browser, common to all tabs);

  • zl-max-sockets-per-group - number of connections per domain;

  • zl-max-sockets-per-proxy - number of connections on the proxy;

  • zl-max-sockets-per-pool-ws - number of connections per pool for WebSocket;

  • zl-max-sockets-per-group-ws - number of connections per domain for WebSocket;

  • zl-max-sockets-per-proxy-ws - number of connections per proxy for WebSocket;

  • zl-used-idle-socket-timeout-s - inactive used socket lifetime (seconds);

  • zl-unused-idle-socket-timeout-s - lifetime of an inactive unused socket (seconds);

  • zl-close-idle-connection-interval-s - interval to clean up inactive sockets (seconds).

The connection settings in the configuration file must be changed before starting the program.