MCPcopy Create free account
hub / github.com/parse-community/parse-server /

Class

src/Push/PushQueue.js:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const DEFAULT_BATCH_SIZE = 100;
8
9export class PushQueue {
10 parsePublisher: Object;
11 channel: String;
12 batchSize: Number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected