Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property defines the maximum number of silent push notifications that can be sent to a user per hour when in incremental offline mode. |
| What area does it affect? |
Push Notifications |
| What does the default mean? |
The default value is "3", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting notification strategies or addressing user feedback on notification frequency. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sg.offline.incremental.silent_push.max_pushes_per_hour |
| Sys ID |
f1200aa7b7231010897725cbde11a9ce |
| Type |
integer |
| Application |
Global |
| Default value |
3 |
| Description |
Maximum number of silent push notifications for incremental offline per hour per user |
| Updated |
2024-05-25 03:59:09 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... glide.sg.offline.incremental.record_watcher_expiration Defines how long a record watcher is active but offline payload is not retrieved before it is removed. The property value is in minutes. The default value is 30. glide.sg.offline.incremental.silent_push.max_pushes_per_hour Limits the number of silent pushes to send per 60 minutes per user. The property value is in minutes. The default value is 3. The maximum value is 10 glide.sg.offline.incremental.silent_push.min_wait_time ...
Related properties