Commit 2aea91f2 by Will Daly

Change autosave delay to 30 seconds

parent 3baad585
......@@ -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