lower delay

This commit is contained in:
JuliusHerrmann 2022-02-25 23:21:01 +01:00
parent 4d94dc1066
commit 9b58955389

View File

@ -16,7 +16,7 @@ function CommandLineManager(props) {
}); });
const getDelay = () => { const getDelay = () => {
return (text.length / Math.round(1 + (Number)(text.length / 1000))) + 50; return (text.length / Math.round(1 + (Number)(text.length / 1000)));
} }
return( return(