-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathPreference.yaml
More file actions
39 lines (39 loc) · 1.86 KB
/
Copy pathPreference.yaml
File metadata and controls
39 lines (39 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
WinGetOriginRepoOwner: SpecterShell
PowerShellModules:
- PowerHTML
- powershell-yaml
DefaultParameterValues:
"Invoke-WebRequest:ConnectionTimeoutSeconds": 15
"Invoke-WebRequest:OperationTimeoutSeconds": 15
"Invoke-WebRequest:MaximumRetryCount": 3
"Invoke-WebRequest:RetryIntervalSec": 3
"Invoke-RestMethod:ConnectionTimeoutSeconds": 15
"Invoke-RestMethod:OperationTimeoutSeconds": 15
"Invoke-RestMethod:MaximumRetryCount": 3
"Invoke-RestMethod:RetryIntervalSec": 3
"Invoke-WinGetDeliveryOptimizationDownload:ConnectionTimeoutSeconds": 15
"Invoke-WinGetDeliveryOptimizationDownload:OperationTimeoutSeconds": 15
"Invoke-WinGetDeliveryOptimizationDownload:MaximumRetryCount": 3
"Invoke-WinGetDeliveryOptimizationDownload:RetryIntervalSec": 3
"Invoke-WinGetDeliveryOptimizationDownload:MaximumRetryDelaySeconds": 30
"Invoke-WinGetDeliveryOptimizationDownload:MaximumTotalRetryDelaySeconds": 60
"Invoke-WinGetWinINetDownload:ConnectionTimeoutSeconds": 15
"Invoke-WinGetWinINetDownload:OperationTimeoutSeconds": 15
"Invoke-WinGetWinINetDownload:MaximumRetryCount": 3
"Invoke-WinGetWinINetDownload:RetryIntervalSec": 3
"Invoke-WinGetWinINetDownload:MaximumRetryDelaySeconds": 30
"Invoke-WinGetWinINetDownload:MaximumTotalRetryDelaySeconds": 60
"Get-RedirectedUrls:ConnectionTimeoutSeconds": 15
Timeout: 10800
# GitHub users whose matching WinGet PRs block a new submission. Leave null to
# retain the default behavior where every author except the token owner blocks.
# Set this to [] to let all PRs from other users coexist with a new submission.
WinGetBlockingPullRequestUsers:
- SpecterShell
WebDriverLeaseDurationSeconds: 60
PlaywrightLeaseDurationSeconds: 60
PlaywrightOperationTimeoutMilliseconds: 30000
MessageQueueIntervalSeconds: 1
MessageQueueMaximumRetryDelaySeconds: 30
MessageQueueMaximumTotalRetryDelaySeconds: 60
MessageQueueDrainTimeoutSeconds: 300