Skip to content

Commit 3044f90

Browse files
committed
Cleanup config
1 parent 0c8530d commit 3044f90

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

browser-agent-server/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
.env
22
node_modules
33
*.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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ class ClientManager {
131131
name: clientName,
132132
secret_key: secretKey,
133133
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-
}
143134
}
144135
};
145136

0 commit comments

Comments
 (0)