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 minimum interval between silent push notifications sent to users, impacting how often they receive updates while offline. |
| What area does it affect? |
Silent Push Notifications |
| What does the default mean? |
The default value is "1", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting notification strategies or user engagement plans. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.sg.offline.incremental.silent_push.min_wait_time |
| Sys ID |
266e39a7b7231010897725cbde11a9ae |
| Type |
integer |
| Application |
Global |
| Default value |
1 |
| Description |
Minimum wait time (in minutes) between silent push notifications for incremental offline per user |
| Updated |
2024-05-25 04:38:38 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... 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 Determines minimum time between silent pushes per user. The property value is in minutes. The default value is 1. The maximum value is 1440. glide.sg.offline.roles A comma-separated list of role ...
Related properties