Skip to content

Commit 922bcac

Browse files
chore: Switch connection timeout to 30 seconds
1 parent 5c44151 commit 922bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/core/setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ param (
183183
[switch] $createSCCs,
184184

185185
[int] $connectionPoolEffectiveSpindleCount,
186-
[int] $connectionPoolTimeoutMilliseconds = 60000,
186+
[int] $connectionPoolTimeoutMilliseconds = 30000,
187187
[int] $concurrentAnalysisLimit,
188188
[int] $jobsLimitCpu,
189189
[int] $jobsLimitMemory,

0 commit comments

Comments
 (0)