Commit 66e495cb authored by Ryan Niemeyer's avatar Ryan Niemeyer

Reduce throttle on change tracker.

parent 2b702c93
......@@ -146,7 +146,7 @@
//store to local storage
amplify.store("todos-knockout", todos);
}).extend({ throttle:1000 }); //save at most once per second
}).extend({ throttle:500 }); //save at most once per second
};
//check local storage for todos
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment