PollingDefaults
public struct PollingDefaults
If you are running on a slower machine, it could be useful to increase the default timeout value or slow down poll interval. Default timeout interval is 1, and poll interval is 0.01.
Note: This used to be known as AsyncDefaults
.
-
Undocumented
Declaration
Swift
public static var timeout: NimbleTimeInterval
-
Undocumented
Declaration
Swift
public static var pollInterval: NimbleTimeInterval