We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8530d commit 3044f90Copy full SHA for 3044f90
browser-agent-server/.gitignore
@@ -1,3 +1,10 @@
1
.env
2
node_modules
3
*.log
4
+
5
+# Exclude all client configuration files
6
+nodejs/clients/*.yaml
7
+nodejs/clients/*.yml
8
9
+# But keep the example file
10
+!nodejs/clients/example-client.yaml
browser-agent-server/nodejs/src/client-manager.js
@@ -131,15 +131,6 @@ class ClientManager {
131
name: clientName,
132
secret_key: secretKey,
133
description: `Auto-generated DevTools client`
134
- },
135
- settings: {
136
- max_concurrent_requests: 3,
137
- default_timeout: 45000,
138
- retry_policy: {
139
- max_retries: 2,
140
- backoff_multiplier: 2,
141
- initial_delay: 1000
142
- }
143
}
144
};
145
0 commit comments