Kiln » KilnSupportScripts Powershell Scripts to help monitor a Kiln environment. Contact Fog Creek support before using.
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

adding .Timeout set to 300000 ms or 300s (5 mins). Any more than this and there's something else wrong with the Storage Service that needs investigation, or a slow server.

Changeset bb959c445c8a

Parent 3422d292d9e8

by Profile picture of Developer Wiki Admin AccountDeveloper Wiki Admin Account

Changes to one file · Browse files at bb959c445c8a Showing diff from parent 3422d292d9e8 Diff from another changeset...

 
176
177
178
 
179
180
181
 
176
177
178
179
180
181
182
@@ -176,6 +176,7 @@
    $webRequest = [System.Net.WebRequest]::Create($target)   $webRequest.ContentType = "text/html" + $webRequest.Timeout = 300000   $PostStr = [System.Text.Encoding]::UTF8.GetBytes($post)   $webrequest.ContentLength = $PostStr.Length   $webRequest.ServicePoint.Expect100Continue = $false