change poll to 1.25s based on metric data
This commit is contained in:
parent
c5c29382f8
commit
a57f54bd58
@ -90,7 +90,7 @@ export const handler: ServerlessFunctionSignature<TwilioContext, BuzzerDialEvent
|
||||
}
|
||||
}
|
||||
}).catch(err => console.log(invokeId, err));
|
||||
}, 750));
|
||||
}, 1250));
|
||||
});
|
||||
|
||||
const gracefulFallbackPromise = new Promise<VoiceResponse>((resolve, reject) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user