We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102ca0b commit e5dab76Copy full SHA for e5dab76
src/integrations/mapbox/clients.ts
@@ -60,7 +60,7 @@ const garmrMapboxService = new GarmrService({
60
},
61
retryOpts: {
62
maxAttempts: 3,
63
- backoff: 1000,
+ backoff: 100,
64
65
});
66
0 commit comments