Skip to content

Commit b6f049b

Browse files
committed
set default frame pool to unpooled
1 parent f90fbaa commit b6f049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/reactivesocket/Frame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class Frame implements Payload
4040
*/
4141

4242
private static final String FRAME_POOLER_CLASS_NAME =
43-
getProperty("io.reactivesocket.FramePool", "io.reactivesocket.internal.ThreadLocalFramePool");
43+
getProperty("io.reactivesocket.FramePool", "io.reactivesocket.internal.UnpooledFrame");
4444
private static final FramePool POOL;
4545

4646
static

0 commit comments

Comments
 (0)