Skip to content

Commit ac2cfbf

Browse files
authored
Reduce polling interval from 30s to 3s
See scaffold-eth#385
1 parent 02c8c2b commit ac2cfbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nextjs/scaffold.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const scaffoldConfig = {
1717

1818
// The interval at which your front-end polls the RPC servers for new data
1919
// it has no effect if you only target the local network (default is 4000)
20-
pollingInterval: 30000,
20+
pollingInterval: 3000,
2121

2222
// This is ours Alchemy's default API key.
2323
// You can get your own at https://dashboard.alchemyapi.io

0 commit comments

Comments
 (0)