DataSource for C SDK  7.1-10.29157-a18c1ca
Configuration: Delaying

add-delay

Configuration group add-delay

Define a delay channel for all data.

Format:

add-delay
    delay-time [value]
    prefix     [value]
    batch-time [value]
    batch-size [value]
end-delay

delay-time

Type: Floating Point Value
Default: 0.000000

Delay Time in Seconds


prefix

Type: String
Default: None

Name Mapping Before default


batch-time

Type: Floating Point Value
Default: 0.000000

Delay Batch Time


batch-size

Type: Integer
Default: -1

Delay Batch Size



block-realtime

Type: Boolean
Default: FALSE

If set then updates will only be delayed, i.e. "live" updates will not be sent out non-delayed.


delay-batch-time

Type: Floating Point Value
Default: 0.500000

Default time in seconds to send batches of delayed data. Sending delayed data in batches greatly improves server efficiency.

Note
This parameter helps to fine-tune performance, but can be left as the default. It also available within the add-delay entry as the batch-time option.

delay-batch-size

Type: Integer
Default: 10

Default number of updates to be included in each batch for all delay channels. We recommend that this value be set to the number of updates expected in the time period specified in delay-batch-time.

Note
This parameter helps to fine-tune performance, but can be left as the default. It also available within the add-delay entry as the batch-size option.


Generated on Tue Aug 20 2019 16:14:40 for DataSource for C SDK