Skip to content

Commit

Permalink
reduce queries
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 13, 2024
1 parent d7f3dca commit f61d1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/dojo/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export async function setup({ ...config }: DojoConfig) {
},
},
network.contractComponents as any,
40_000,
10_000,
false,
);

Expand Down Expand Up @@ -122,7 +122,7 @@ export async function setup({ ...config }: DojoConfig) {
},
},
],
20_000,
10_000,
false,
false,
);
Expand Down

0 comments on commit f61d1bc

Please sign in to comment.