Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/08 19:42:00 (16 years ago)
Author:
kgrading
Message:

worked on #410

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Core/Core.cs

    r882 r886  
    8989      //clientCommunicator.LoginAsync(ConfigurationManager.GetInstance().GetClientInfo());
    9090
    91       Heartbeat beat = new Heartbeat { Interval = 5000 };
     91      Heartbeat beat = new Heartbeat { Interval = 30000 };
    9292      beat.StartHeartbeat();     
    9393
     
    154154      bool sandboxed = false;
    155155
    156       AppDomain appDomain =  PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.JobId.ToString(), sandboxed);
     156      PluginManager.Manager.Initialize();
     157      AppDomain appDomain =  PluginManager.Manager.CreateAndInitAppDomainWithSandbox(e.Result.JobId.ToString(), sandboxed, typeof(TestJob));
    157158     
    158159      appDomains.Add(e.Result.JobId, appDomain);
Note: See TracChangeset for help on using the changeset viewer.