lower delay
This commit is contained in:
parent
4d94dc1066
commit
9b58955389
@ -16,7 +16,7 @@ function CommandLineManager(props) {
|
||||
});
|
||||
|
||||
const getDelay = () => {
|
||||
return (text.length / Math.round(1 + (Number)(text.length / 1000))) + 50;
|
||||
return (text.length / Math.round(1 + (Number)(text.length / 1000)));
|
||||
}
|
||||
|
||||
return(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user