push.auto-start

Specifies whether a push data source will automatically start with the web server.

Key: push.auto-start
Type: Boolean
Can be set in: collection.cfg

Description

Determines if a push data source should be started when the web server starts or if it should be started on the first API call to the push data source.

Default Value

By default a push data source will start when the web server starts.

push.auto-start=true

Examples

To set a push data source to start on the first API request set:

push.auto-start=false