Managing Connections in Chrome
Please read the Material Usage Rules on this site.
🔗 Original page — Source of this material
Connection settings for the Chrome browser are different from those for Firefox. Chrome's settings are stored in the program folder in configuration files:
- base_cr.exe.config for ZennoPoster;
- pminstance_cr.exe.config for ProjectMaker and CodeCreator.
The files are in .xml format (see the image below), and the connection settings are located in the appSettings block.
Below is a description of the connection settings:
- zl-max-sockets-per-pool - number of connections per pool (the browser uses several pools, shared across all tabs);
- zl-max-sockets-per-group - number of connections per domain;
- zl-max-sockets-per-proxy - number of connections per proxy;
- zl-max-sockets-per-pool-ws - number of WebSocket connections per pool;
- zl-max-sockets-per-group-ws - number of WebSocket connections per domain;
- zl-max-sockets-per-proxy-ws - number of WebSocket connections per proxy;
- zl-used-idle-socket-timeout-s - lifespan of an inactive used socket (seconds);
- zl-unused-idle-socket-timeout-s - lifespan of an inactive unused socket (seconds);
- zl-close-idle-connection-interval-s - interval for cleaning up inactive sockets (seconds).
You need to change the connection settings in the configuration file before starting the program.