change to 2s polling
Some checks failed
Build and push image for doorman / docker (push) Failing after 20s

This commit is contained in:
Martin Dimitrov 2024-05-03 16:28:29 -07:00
parent 9f5a9be29e
commit 9c387c8cd5
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export function DoorPage() {
);
}
}, 1000);
}, 2000);
return () => {
clearInterval(timer);

View File

@ -5,7 +5,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "twilio-run",
"deploy": "twilio-run deploy --service-name react-twilio-serverless",
"deploy": "twilio-run deploy --service-name doorman",
"clean": "rm -rf assets/* functions/*"
},
"dependencies": {