Skip to content

Commit

Permalink
Updating proxy timeout to 20s
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Aug 2, 2024
1 parent 66cec8a commit 59d2af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/Server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ export class Server extends AbstractServer {
licenseCert,
consumerId,
n8nVersion: N8N_VERSION,
options: { aiServiceApiBase, timeout: 10000 },
options: { aiServiceApiBase, timeout: 20000 },
}),
);
}
Expand Down

0 comments on commit 59d2af5

Please sign in to comment.