Skip to content

Commit

Permalink
Increase messagesGraphql client timeout due to increase in errors
Browse files Browse the repository at this point in the history
  • Loading branch information
filafb committed Jan 29, 2024
1 parent 7e02297 commit 32dcc4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/loaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ const defaultClients: ClientsConfig = {
timeout: 1000,
},
messagesGraphQL: {
concurrency: 10,
concurrency: 12,
retries: 2,
timeout: 1000,
timeout: 2000,
},
},
}
Expand Down

0 comments on commit 32dcc4b

Please sign in to comment.