Open 116-7 opened 8 years ago
Hi,
Would there be a clear pathway to introducing rate limit functionality on the client script to reduce the workload of the script?
Thanks, David.
And by workload I mean mainly CPU utilisation.
Might be difficult since javascript is asynchronous. You'd probably have to replace the while loop with async.while (from the "async" library) and then use setTimeout.
Hi,
Would there be a clear pathway to introducing rate limit functionality on the client script to reduce the workload of the script?
Thanks, David.