Learn R Programming

doRedis (version 2.0.0)

setFtinterval: Set the fault tolerance check interval in seconds.

Description

Set the fault tolerance check interval in seconds.

Usage

setFtinterval(value = 30)

Arguments

value

positive integer number of seconds

Value

value is invisibly returned.

Examples

Run this code
# NOT RUN {
setFtinterval(5)
foreach(j=1:10) %dopar% j
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab