Property reference

glide.hermes.consumer.cache.idle.time.max

The glide.hermes.consumer.cache.idle.time.max property sets the maximum idle time in milliseconds before a Hermes Consumer is closed. Admins should review this setting to prevent potential socket leaks in long-running applications.

Default: 3600000 Type: integer Application: Global

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 defines the maximum idle time for a Hermes Consumer, ensuring that inactive consumers are closed to avoid resource leaks.
What area does it affect? Hermes Consumer Management
What does the default mean? The default value is "3600000", which sets the baseline numeric behavior for this property.
When should you review it? Review this property when optimizing resource management or troubleshooting socket issues.

Out of the box property record

Raw metadata from the property record.

Property name glide.hermes.consumer.cache.idle.time.max
Sys ID 8bb490fb43233110bafccd6adab8f29f
Type integer
Application Global
Default value 3600000
Description Max Idle Time (in ms) before a Hermes Consumer is automatically closed to prevent a long-term socket leak.
Updated 2024-01-11 23:44:29

Sources

Official references and nearby text excerpts where this property appears.