Skip to content

Commit e5dab76

Browse files
committed
reduce backoff
1 parent 102ca0b commit e5dab76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrations/mapbox/clients.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const garmrMapboxService = new GarmrService({
6060
},
6161
retryOpts: {
6262
maxAttempts: 3,
63-
backoff: 1000,
63+
backoff: 100,
6464
},
6565
});
6666

0 commit comments

Comments
 (0)