Answer the question
In order to leave comments, you need to log in
How to set up a Windows server so that after closing the RDP connection, on the server, Google Chrome js-intervals do not slow down?
Immediately after disconnecting from the server, the intervals begin to run once per second, and not 100 ms.
How I check:
var ts_start = Date.now();
setInterval(function(){
console.log(Date.now() - ts_start);
},100);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question