From 0d4e12fe58f45f6b111d3a867dbf91a3d202a7a3 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Mon, 15 Jun 2020 09:17:52 -0400 Subject: [PATCH] Undo accidentally committed file with a weird name --- "\\" | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 "\\" diff --git "a/\\" "b/\\" deleted file mode 100644 index 164a87f7a0f..00000000000 --- "a/\\" +++ /dev/null @@ -1,6 +0,0 @@ ---- -type: fix -issue: 1856 -title: The subscription delivery queue in the JPA server was erroniously keeping both a copy of the serialized and the - deserialized payload in memory for each entry in the queue, doubling the memory requirements. This also caused failures - when delivering XML payloads in some configurations. This has been corrected.