Skip to content

Commit

Permalink
fix(ui): increase initial zome call timeout to 48s
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 16, 2024
1 parent d6e85c2 commit c686009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
fn_name: "ping",
} as RoleNameCallZomeRequest,
// 240s timeout
240000
// 48s timeout
48 * 1000
);
console.log("Relay cell ready.");
Expand Down

0 comments on commit c686009

Please sign in to comment.