Increase to 2 sec

This commit is contained in:
Shreyaschorge 2025-07-08 21:42:28 +05:30
parent 822db9101f
commit 718d365221
No known key found for this signature in database

View File

@ -177,7 +177,7 @@ export function NeynarAuthButton() {
} catch (error) { } catch (error) {
console.error('❌ Error polling signer:', error); console.error('❌ Error polling signer:', error);
} }
}, 1000); // Poll every 1 second }, 2000); // Poll every 2 second
setPollingInterval(interval); setPollingInterval(interval);
}, },