Phi: rate-limit property and UI updates to 25Hz
This commit is contained in:
parent
6099592a98
commit
8ec442d96a
1 changed files with 2 additions and 0 deletions
|
@ -194,6 +194,8 @@ define(['knockout'], function(ko) {
|
|||
if( aliases.hasOwnProperty(p) ) {
|
||||
target[p] = ko.observable().extend({
|
||||
fgprop : p
|
||||
}).extend({
|
||||
rateLimit: 40
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue