Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/08 17:26:00 (15 years ago)
Author:
msteinbi
Message:

Implementation of ClientCommunicator (#399)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server/HiveServerApplication.cs

    r948 r977  
    149149        //sync with db every 5 minutes
    150150        lifecycleManager.GetTransactionManager().EnableAutoUpdate(
    151           new TimeSpan(0, 5, 0));
     151          new TimeSpan(0, 0, 10));
    152152
    153153        Form mainForm = new MainForm(clientCommunicator.BaseAddresses[0],
Note: See TracChangeset for help on using the changeset viewer.