Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/expo_server_sdk_deno/src/constants.ts>DEFAULT_CONCURRENT_REQUEST_LIMIT

Server-side library for working with Expo using Deno
Latest
variable DEFAULT_CONCURRENT_REQUEST_LIMIT
import { DEFAULT_CONCURRENT_REQUEST_LIMIT } from "https://deno.land/x/expo_server_sdk_deno@1.0.4/src/constants.ts";

The default max number of concurrent HTTP requests to send at once and spread out the load, increasing the reliability of notification delivery.