From 684c563abae8c802d01094d32fa8921272566f3d Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Fri, 20 Mar 2026 20:26:17 +0000 Subject: [PATCH] [GitHub Actions] Updated ubuntu-24.04-arm binaries --- index.d.ts | 4 ++-- source_commit | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.d.ts b/index.d.ts index cfbf977d..4b8cd172 100644 --- a/index.d.ts +++ b/index.d.ts @@ -459,7 +459,7 @@ export var DEDICATED_DECOMPRESSOR: CompressOptions; */ export namespace EnvironmentVariables { /** Maximum total byte size of HTTP request headers. This is a runtime env variable. Default: 4096. */ - declare const UWS_HTTP_MAX_HEADERS_SIZE: string | undefined; + const UWS_HTTP_MAX_HEADERS_SIZE: string | undefined; /** Maximum number of HTTP request headers. This is a compile-time define, not a runtime env variable. Default: 100. */ - declare const UWS_HTTP_MAX_HEADERS_COUNT: string | undefined; + const UWS_HTTP_MAX_HEADERS_COUNT: string | undefined; } diff --git a/source_commit b/source_commit index e5bbad04..118210c9 100644 --- a/source_commit +++ b/source_commit @@ -1 +1 @@ -f7ddbb9872e5715e7c0dbe28dc327a388efd8b2e +a824b074e21f14c0d00f306167825245b0e9adb3