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 member threshold for transitioning to an event queue, impacting how unread chat counts are calculated and published. |
| What area does it affect? |
Chat and Collaboration |
| What does the default mean? |
The default value is "50", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when adjusting chat group sizes or optimizing notification performance. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.collab.event_queue.threshold |
| Sys ID |
e09ff15043e22110d1064006fbb8f214 |
| Type |
integer |
| Application |
Global |
| Default value |
50 |
| Description |
The threshold of number of chat members per chat to switch to event queue for unread chat count calculation and publish. |
| Updated |
2024-05-25 03:39:11 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... for badge count calculation and publish. Note: If you set com.glide.cs.collab.event_queue.enabled to true, you must manually enable the Sidebar notification events process schedule record ("sys_trigger") by changing its trigger_type value. com.glide.cs.collab.event_queue.threshold Calculates the unread count for each member of a chat. If the chat has too many members, this responder thread will be slow so offload this to the event queue. ...
Related properties