diff --git a/public/js/userconfig.js b/public/js/userconfig.js index 2f7fb3b0f..be3d4cd62 100644 --- a/public/js/userconfig.js +++ b/public/js/userconfig.js @@ -1,11 +1,11 @@ let config = { theme: 'dark', showKeyTips: true, - showLiveWpm: true, + showLiveWpm: false, smoothCaret: true, quickTab: false, punctuation: true, - words: 100, + words: 50, time: 30, mode: "words" }