mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-26 21:55:19 +02:00
Rocket.Chat-Desktop still uses electron19.
electron19 still in the repo.
This reverts commit c4d86008da
.
11 lines
454 B
Diff
11 lines
454 B
Diff
--- ./net/third_party/quiche/src/quiche/quic/core/quic_one_block_arena.h 2022-06-14 11:16:54.000000000 +0200
|
|
+++ - 2022-07-09 09:24:13.956440529 +0200
|
|
@@ -69,7 +69,7 @@
|
|
|
|
// QuicConnections currently use around 1KB of polymorphic types which would
|
|
// ordinarily be on the heap. Instead, store them inline in an arena.
|
|
-using QuicConnectionArena = QuicOneBlockArena<1152>;
|
|
+using QuicConnectionArena = QuicOneBlockArena<1504>;
|
|
|
|
} // namespace quic
|
|
|