Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
It sets the limit on the number of messages retained in memory for custom adapter streaming, impacting the efficiency of data processing during high-load scenarios. |
| What area does it affect? |
Custom adapter streaming |
| What does the default mean? |
The default value is "1000", which sets the baseline numeric behavior for this property. |
| When should you review it? |
Review this property when configuring custom adapters or during performance tuning to ensure optimal message handling. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.glide.cs.custom_adapter_stream_buffer.size |
| Sys ID |
dfb4b97843c71210d7bc644c7ab8f25e |
| Type |
integer |
| Application |
Global |
| Default value |
1000 |
| Description |
Number of messages kept in memory for custom adapter streaming. This should be high enough to accommodate the peak number of possible simultanious custom adapter streams. |
| Updated |
2025-01-09 13:04:08 |
Related properties