Optional maxMaximum number of concurrent active streams allowed. If set to 0 or a negative number, it implies no limit (not recommended for production).
1000
Optional defaultDefault timeout in milliseconds for a stream if no activity is detected. If set to 0, streams do not time out automatically. (Conceptual, requires active tracking)
300000 (5 minutes)
Optional maxMaximum number of clients allowed to subscribe to a single stream. If set to 0 or a negative number, it implies no limit.
10
Optional onOptional: Defines the behavior when trying to push a chunk to a client whose sendChunk method fails.
'log_and_continue'
Configuration options for the StreamingManager. StreamingManagerConfig