enablePeriodicTTLRefresh property

bool enablePeriodicTTLRefresh
getter/setter pair

IF all reactive refreshing on TTL exploration should be disabled. By default it is enabled - meaning there is an internal timer on each useQuery, useInfiniteQuery that would perform a refetch each x interval (if it was actually set globally in this config, or for the particular query.

Implementation

bool enablePeriodicTTLRefresh;