Set Group Push Processing Parameters
Explanation
Use this activity to configure group push processing parameters. You can adjust the following parameters on the
Application Parameters page:
- MAX_MESSAGE_SIZE: Sets the maximum size (in KB) of uncompressed JSON data messages sent to
the offline database. The default value is 1000 KB.
- MAX_TASK_EXECUTION_TIME: Determines the maximum time (in seconds) a background task will
run. The task stops when there is no more work or when the execution time exceeds this value. The default value
is 60 seconds.
- PARALLEL_INIT_ENTITIES: Specifies a list of entities to generate a PARALLEL
query hint during the creation of an INIT transaction: [:], [:],... This parameter is rarely used.
Refer to the Application Parameters section in technical documentation for further details.
Prerequisites
- Grouped Push must be enabled.
System Effects
As a result of this activity the grouped push processing behavior will be changed.