1
0
Fork 0

Phi: rate-limit property and UI updates to 25Hz

This commit is contained in:
Torsten Dreyer 2016-06-01 11:33:59 +02:00
parent 6099592a98
commit 8ec442d96a

View file

@ -194,6 +194,8 @@ define(['knockout'], function(ko) {
if( aliases.hasOwnProperty(p) ) {
target[p] = ko.observable().extend({
fgprop : p
}).extend({
rateLimit: 40
});
}
}