Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/21/10 16:34:55 (15 years ago)
Author:
kgrading
Message:

various improvements (#828) concerning the stability of the server

File:
1 edited

Legend:

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

    r2107 r2846  
    1717    private static List<JobStorageInfo> storedJobsList = new List<JobStorageInfo>();
    1818   
    19     private static String path = System.IO.Directory.GetCurrentDirectory()+"\\plugins\\Hive.Client.Jobs\\";
     19    private static String path = System.IO.Directory.GetCurrentDirectory()+"\\Hive.Client.Jobs\\";
    2020   
    2121    public static void PersistObjectToDisc(String serverIP, long serverPort, Guid jobId, byte[] job) {
Note: See TracChangeset for help on using the changeset viewer.