Re-factored IIS 7 provider to improve GetSite() operation performance.
This commit is contained in:
parent
58b073a6aa
commit
eb64f13221
21 changed files with 1058 additions and 1058 deletions
|
@ -154,7 +154,7 @@ namespace WebsitePanel.Server
|
|||
Log.WriteEnd("'{0}' CreateVMFromVM", ProviderSettings.ProviderName);
|
||||
return result;
|
||||
}
|
||||
catch (System.TimeoutException ex)
|
||||
catch (System.TimeoutException)
|
||||
{
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue