Changeset 5179 for branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/ApplicationConstants.cs
- Timestamp:
- 12/29/10 00:52:06 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/ApplicationConstants.cs
r5171 r5179 33 33 public static System.Transactions.IsolationLevel ISOLATION_LEVEL_SCOPE = System.Transactions.IsolationLevel.ReadCommitted; 34 34 35 public static int HEARTBEAT_MAX_DIF = 600; // value in seconds35 public static int HEARTBEAT_MAX_DIFF_SECONDS = 300; // timeout of a slaves heartbeat signals 36 36 37 public static int JOB_TIME_TO_LIVE = 100; // heartbeats from the assigned slave37 public static int JOB_TIME_TO_LIVE_SECONDS = 300; // time a newly assigned job has until the slave has to report progress from it 38 38 39 39 /// <summary>
Note: See TracChangeset
for help on using the changeset viewer.