From 7b3fc1402337ad142f3aed758a73d9ffad98857d Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 16 Jun 2015 16:13:46 +0800 Subject: [PATCH] docs: --ignore-connections-limit --- docs/api/chrome-command-line-switches.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/chrome-command-line-switches.md b/docs/api/chrome-command-line-switches.md index 0eaefbe1551..62bfa2450ca 100644 --- a/docs/api/chrome-command-line-switches.md +++ b/docs/api/chrome-command-line-switches.md @@ -19,6 +19,10 @@ app.on('ready', function() { Sets `path` of client certificate file. +## --ignore-connections-limit=`domains` + +Ignore the connections limit for `domains` list seperated by `,`. + ## --disable-http-cache Disables the disk cache for HTTP requests.