mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
smartthreadpool: remove workitems priority. Its lack of fairness could cause issues hard to debug if we tried to use it (we don't) (runprebuild)
This commit is contained in:
@@ -151,11 +151,6 @@ namespace Amib.Threading
|
||||
/// </summary>
|
||||
public static readonly PostExecuteWorkItemCallback DefaultPostExecuteWorkItemCallback;
|
||||
|
||||
/// <summary>
|
||||
/// The default work item priority (WorkItemPriority.Normal)
|
||||
/// </summary>
|
||||
public const WorkItemPriority DefaultWorkItemPriority = WorkItemPriority.Normal;
|
||||
|
||||
/// <summary>
|
||||
/// The default is to work on work items as soon as they arrive
|
||||
/// and not to wait for the start. (false)
|
||||
|
||||
Reference in New Issue
Block a user