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 c0eb4bbbc566

Parent 3e61a62ffd2c

by Profile picture of Developer Wiki Admin AccountDeveloper Wiki Admin Account

Changes to one file · Browse files at c0eb4bbbc566 Showing diff from parent 3e61a62ffd2c Diff from another changeset...

 
86
87
88
 
89
90
91
 
86
87
88
89
90
91
92
@@ -86,6 +86,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