Stable fixes

This commit is contained in:
Alexander Trofimov 2015-05-22 12:57:54 +03:00
parent 9bce727a65
commit 31c3cd7c80
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
<appSettings> <appSettings>
<!-- Start-up delay in milliseconds - time to wait before tasks execution --> <!-- Start-up delay in milliseconds - time to wait before tasks execution -->
<add key="Service.StartupDelay" value="20000"/> <add key="Service.StartupDelay" value="30000"/>
<!-- Interval in milliseconds to poll registry keys. 1 - read registry only once --> <!-- Interval in milliseconds to poll registry keys. 1 - read registry only once -->
<add key="Service.RegistryPollInterval" value="30000"/> <add key="Service.RegistryPollInterval" value="30000"/>

View file

@ -61,9 +61,9 @@ namespace WebsitePanel.Portal
ViewState["WebSiteId"] = site.SiteId; ViewState["WebSiteId"] = site.SiteId;
ViewState["WebSitePackageId"] = site.PackageId; ViewState["WebSitePackageId"] = site.PackageId;
BindEngines(site);
try try
{ {
BindEngines(site);
BindInstalledApplications(); BindInstalledApplications();
} }
catch (Exception ex) catch (Exception ex)