Skip to content

Commit

Permalink
revert DefaultUseCallerCallContext back to false to avoid debug asser…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
mythz committed Sep 13, 2015
1 parent 4b252cd commit 6d51f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceStack/SmartThreadPool/SmartThreadPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public partial class SmartThreadPool : WorkItemsGroupBase, IDisposable
/// <summary>
/// Indicate to copy the security context of the caller and then use it in the call. (false)
/// </summary>
public const bool DefaultUseCallerCallContext = true;
public const bool DefaultUseCallerCallContext = false;

/// <summary>
/// Indicate to copy the HTTP context of the caller and then use it in the call. (false)
Expand Down

0 comments on commit 6d51f4e

Please sign in to comment.