Fix token not being refreshed (#1975)
* Fix token not being refreshed * Fix token not being refreshed * v2 * Fix
This commit is contained in:
@ -71,7 +71,7 @@ export class ApolloFactory<TCacheShape> implements ApolloManager<TCacheShape> {
|
||||
|
||||
const retryLink = new RetryLink({
|
||||
delay: {
|
||||
initial: 100,
|
||||
initial: 3000,
|
||||
},
|
||||
attempts: {
|
||||
max: 2,
|
||||
|
||||
Reference in New Issue
Block a user