Stable fixes
This commit is contained in:
parent
9bce727a65
commit
31c3cd7c80
2 changed files with 2 additions and 2 deletions
|
@ -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"/>
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue