We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4930f2e commit 0a037a4Copy full SHA for 0a037a4
1 file changed
src/cljConnection.ts
@@ -46,7 +46,7 @@ const startLoadingAnimation = () => {
46
if (loadingHandler)
47
return;
48
49
- const maxAnimationDots: number = 10;
+ const maxAnimationDots: number = 3;
50
let animationTime: number = 0;
51
52
loadingHandler = setInterval(() => {
0 commit comments