mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-11-16 08:08:56 -05:00
Increase to 2 sec
This commit is contained in:
parent
822db9101f
commit
718d365221
@ -177,7 +177,7 @@ export function NeynarAuthButton() {
|
||||
} catch (error) {
|
||||
console.error('❌ Error polling signer:', error);
|
||||
}
|
||||
}, 1000); // Poll every 1 second
|
||||
}, 2000); // Poll every 2 second
|
||||
|
||||
setPollingInterval(interval);
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user