Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 3f50048

Browse files
committed
Set UseRecyclableMemoryStream = true to run CI tests against new RecyclableMemoryStream
1 parent 471eb02 commit 3f50048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/RecyclableMemoryStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace ServiceStack.Text //Internalize to avoid conflicts
3636

3737
public static class MemoryStreamFactory
3838
{
39-
public static bool UseRecyclableMemoryStream { get; set; }
39+
public static bool UseRecyclableMemoryStream = true;
4040

4141
#if !SL5
4242
public static RecyclableMemoryStreamManager RecyclableInstance = new RecyclableMemoryStreamManager();

0 commit comments

Comments
 (0)