Skip to content

Commit

Permalink
fix default exp-lookit-stop-recording max upload time to 5 min instea…
Browse files Browse the repository at this point in the history
…d of 50 min
  • Loading branch information
Kim Scott committed Dec 8, 2020
1 parent ee74090 commit 5c7b1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/exp-lookit-stop-recording/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default ExpFrameBaseComponent.extend(ExpandAssets, {
* @property {Number} sessionMaxUploadSeconds
* @default 3000
*/
sessionMaxUploadSeconds: 3000, // 5 minutes - generous default for possibly long recording
sessionMaxUploadSeconds: 300, // 5 minutes - generous default for possibly long recording

hasStartedUpload: false,

Expand Down
2 changes: 1 addition & 1 deletion app/components/exp-lookit-stop-recording/doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ image [String]
imageAnimation [String | ``'spin'``]
Which animation to use for the image. Options are 'bounce', 'spin', or '' (empty to not animate).

sessionMaxUploadSeconds: [Number | ``3000``]
sessionMaxUploadSeconds: [Number | ``300``]
Maximum time allowed for whole-session video upload before proceeding, in seconds.
Can be overridden by researcher, based on tradeoff between making families wait and
losing data.
Expand Down

0 comments on commit 5c7b1c4

Please sign in to comment.