Commit c4debe1e by Will Daly

Merge pull request #320 from edx/will/adjust-autosave-timing

Change autosave delay to 30 seconds
parents 3baad585 2aea91f2
......@@ -27,7 +27,7 @@ OpenAssessment.ResponseView.prototype = {
// Required delay after the user changes a response or a save occurs
// before we can autosave.
AUTO_SAVE_WAIT: 2000,
AUTO_SAVE_WAIT: 30000,
/**
Load the response (submission) view.
......
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