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

x/expo_server_sdk_deno/src/constants.ts>PUSH_NOTIFICATION_CHUNK_LIMIT

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

The max number of push notifications to be sent at once. Since we can't automatically upgrade everyone using this library, we should strongly try not to decrease it.

type

100