Set the frequency with which to poll for promise resolution (the default being 100 milliseconds).

polling(freq = 100L)

Arguments

freq

[default 100L] integer number of milliseconds.

Value

Invisible NULL.

Examples

# set polling frequency to 1s
polling(freq = 1000L)

# reset polling frequency to default 100 ms
polling()