Searched refs:maxBackoff (Results 1 – 3 of 3) sorted by relevance
77 maxBackoff: 2 * 60 * 1000, // 2 minutes
61 maxBackoff: 2 * 60 * 1000, // 2 minutes property
1 … const initialBackoff = 500; // 0.5 s\n const backoffOptions = {\n maxBackoff: 2 * 60 * 1000, …