Home
last modified time | relevance | path

Searched refs:initialBackoff (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-notifications/src/utils/
H A DupdateDevicePushTokenAsync.ts75 const initialBackoff = 500; // 0.5 s constant
80 initialBackoff,
93 initialBackoff,
/expo/packages/expo-notifications/build/utils/
H A DupdateDevicePushTokenAsync.js59 const initialBackoff = 500; // 0.5 s
63 …let nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);
70 … nextBackoffInterval = computeNextBackoffInterval(initialBackoff, retriesCount, backoffOptions);
H A DupdateDevicePushTokenAsync.js.map1initialBackoff = 500; // 0.5 s\n const backoffOptions = {\n maxBackoff: 2 * 60 * 1000, // 2 mi…