|
42 | 42 | }, |
43 | 43 | "maxConnectionSyncJobConcurrency": { |
44 | 44 | "type": "number", |
45 | | - "description": "The number of connection sync jobs to run concurrently. Defaults to 2.", |
| 45 | + "description": "The number of connection sync jobs to run concurrently. Defaults to 8.", |
46 | 46 | "minimum": 1 |
47 | 47 | }, |
48 | 48 | "maxRepoIndexingJobConcurrency": { |
49 | 49 | "type": "number", |
50 | | - "description": "The number of repo indexing jobs to run concurrently. Defaults to 2.", |
| 50 | + "description": "The number of repo indexing jobs to run concurrently. Defaults to 8.", |
51 | 51 | "minimum": 1 |
52 | 52 | }, |
53 | 53 | "maxRepoGarbageCollectionJobConcurrency": { |
54 | 54 | "type": "number", |
55 | | - "description": "The number of repo GC jobs to run concurrently. Defaults to 2.", |
| 55 | + "description": "The number of repo GC jobs to run concurrently. Defaults to 8.", |
56 | 56 | "minimum": 1, |
57 | 57 | "deprecated": true |
58 | 58 | }, |
|
96 | 96 | }, |
97 | 97 | "maxAccountPermissionSyncJobConcurrency": { |
98 | 98 | "type": "number", |
99 | | - "description": "The number of account permission sync jobs to run concurrently. Defaults to 2.", |
| 99 | + "description": "The number of account permission sync jobs to run concurrently. Defaults to 8.", |
100 | 100 | "minimum": 1 |
101 | 101 | }, |
102 | 102 | "maxRepoPermissionSyncJobConcurrency": { |
103 | 103 | "type": "number", |
104 | | - "description": "The number of repo permission sync jobs to run concurrently. Defaults to 2.", |
| 104 | + "description": "The number of repo permission sync jobs to run concurrently. Defaults to 8.", |
105 | 105 | "minimum": 1 |
106 | 106 | } |
107 | 107 | }, |
|
228 | 228 | }, |
229 | 229 | "maxConnectionSyncJobConcurrency": { |
230 | 230 | "type": "number", |
231 | | - "description": "The number of connection sync jobs to run concurrently. Defaults to 2.", |
| 231 | + "description": "The number of connection sync jobs to run concurrently. Defaults to 8.", |
232 | 232 | "minimum": 1 |
233 | 233 | }, |
234 | 234 | "maxRepoIndexingJobConcurrency": { |
235 | 235 | "type": "number", |
236 | | - "description": "The number of repo indexing jobs to run concurrently. Defaults to 2.", |
| 236 | + "description": "The number of repo indexing jobs to run concurrently. Defaults to 8.", |
237 | 237 | "minimum": 1 |
238 | 238 | }, |
239 | 239 | "maxRepoGarbageCollectionJobConcurrency": { |
240 | 240 | "type": "number", |
241 | | - "description": "The number of repo GC jobs to run concurrently. Defaults to 2.", |
| 241 | + "description": "The number of repo GC jobs to run concurrently. Defaults to 8.", |
242 | 242 | "minimum": 1, |
243 | 243 | "deprecated": true |
244 | 244 | }, |
|
282 | 282 | }, |
283 | 283 | "maxAccountPermissionSyncJobConcurrency": { |
284 | 284 | "type": "number", |
285 | | - "description": "The number of account permission sync jobs to run concurrently. Defaults to 2.", |
| 285 | + "description": "The number of account permission sync jobs to run concurrently. Defaults to 8.", |
286 | 286 | "minimum": 1 |
287 | 287 | }, |
288 | 288 | "maxRepoPermissionSyncJobConcurrency": { |
289 | 289 | "type": "number", |
290 | | - "description": "The number of repo permission sync jobs to run concurrently. Defaults to 2.", |
| 290 | + "description": "The number of repo permission sync jobs to run concurrently. Defaults to 8.", |
291 | 291 | "minimum": 1 |
292 | 292 | } |
293 | 293 | }, |
|
0 commit comments