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

Commit f3527fa

Browse files
committed
turn on ReuseStringBuffer by default
1 parent 31f9095 commit f3527fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/JsConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ public static bool ReuseStringBuffer
535535
{
536536
return (JsConfigScope.Current != null ? JsConfigScope.Current.ReuseStringBuffer : null)
537537
?? sReuseStringBuffer
538-
?? false;
538+
?? true;
539539
}
540540
set
541541
{

0 commit comments

Comments
 (0)