| Name | Type | Description |
|---|---|---|
classNames | Array.<String> | parse-server's LiveQuery classNames |
pubSubAdapter | Adapter.<PubSubAdapter> | LiveQuery pubsub adapter |
redisOptions | Any | parse-server's LiveQuery redisOptions |
redisURL | String | parse-server's LiveQuery redisURL |
regexTimeout | Number | Sets the maximum execution time in milliseconds for regular expression pattern matching in LiveQuery. This protects against Regular Expression Denial of Service (ReDoS) attacks where a malicious regex pattern could block the event loop. A regex that exceeds the timeout will be treated as non-matching. |
wssAdapter | Adapter.<WSSAdapter> | Adapter module for the WebSocketServer |
LiveQueryOptions
Properties
