feat(remoteingress-bin): use mimalloc as the global allocator to reduce memory overhead and improve allocation performance

This commit is contained in:
2026-02-26 17:39:40 +00:00
parent 3474e8c310
commit 1aae4b8c8e
5 changed files with 32 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@serve.zone/remoteingress',
version: '4.0.1',
version: '4.1.0',
description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.'
}