mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
refactor(infra): localize APNS response body limit (#105459)
This commit is contained in:
@@ -20,7 +20,7 @@ const APNS_AUTHORITIES = new Set([
|
||||
type ApnsAuthority = "https://api.push.apple.com" | "https://api.sandbox.push.apple.com";
|
||||
|
||||
export const APNS_HTTP2_CANCEL_CODE = http2.constants.NGHTTP2_CANCEL;
|
||||
export const APNS_RESPONSE_BODY_MAX_BYTES = 8192;
|
||||
const APNS_RESPONSE_BODY_MAX_BYTES = 8192;
|
||||
const APNS_HTTP2_MIN_TIMEOUT_MS = 1000;
|
||||
|
||||
export type ApnsResponseBodyCapture = {
|
||||
|
||||
Reference in New Issue
Block a user