Skip to content

Commit

Permalink
fix: polling interval for anvil client
Browse files Browse the repository at this point in the history
  • Loading branch information
doomsower committed Feb 3, 2025
1 parent 354eb64 commit d0eeaf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dev/createAnvilClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function createAnvilClient({
mode: "anvil",
transport,
cacheTime: 0,
pollingInterval: 50,
},
)
.extend(publicActions)
Expand Down

0 comments on commit d0eeaf7

Please # to comment.