Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/09 18:10:47 (15 years ago)
Author:
svonolfe
Message:

Improved caching mechanism, fixed small bug related to the job data table (#372)

Location:
trunk/sources/HeuristicLab.Hive.Server
Files:
2 edited

Legend:

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

    r1120 r1165  
    171171        //sync with db every 5 minutes
    172172        lifecycleManager.GetTransactionManager().EnableAutoUpdate(
    173           new TimeSpan(0, 0, 10));
     173          new TimeSpan(0, 0, 30));
    174174
    175175        Form mainForm = new MainForm(clientCommunicator.BaseAddresses[0],
  • trunk/sources/HeuristicLab.Hive.Server/MainForm.Designer.cs

    r1143 r1165  
    103103          this.Controls.Add(this.label1);
    104104          this.Name = "MainForm";
    105           this.Text = "Hive Server Console";
     105          this.Text = "Hive Server";
    106106          this.ResumeLayout(false);
    107107          this.PerformLayout();
Note: See TracChangeset for help on using the changeset viewer.