aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/RecordingView.tsx
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.devices.brown.edu>2022-05-05 05:51:58 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.devices.brown.edu>2022-05-05 05:51:58 -0400
commitb5fe32a1b6dc50572bed54f7e070fbe0ebadfdd3 (patch)
tree5a1aeff7d96aae4b48d4a5c4b934ab0d213b39b0 /src/client/views/nodes/RecordingBox/RecordingView.tsx
parentd0aa8e81cc98a4cb58a8e7a8c431aa51f8ef2361 (diff)
parent10321441dc0f5e75eabec6e978bf422aee3f2a40 (diff)
Merge branch 'presentmode-mfoiani' of https://github.com/brown-dash/Dash-Web into presentmode-mfoiani
merge with jenny/bob
Diffstat (limited to 'src/client/views/nodes/RecordingBox/RecordingView.tsx')
-rw-r--r--src/client/views/nodes/RecordingBox/RecordingView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/RecordingView.tsx b/src/client/views/nodes/RecordingBox/RecordingView.tsx
index 0a8294dcf..efacf7735 100644
--- a/src/client/views/nodes/RecordingBox/RecordingView.tsx
+++ b/src/client/views/nodes/RecordingBox/RecordingView.tsx
@@ -27,7 +27,7 @@ interface IRecordingViewProps {
setDuration: (seconds: number) => void
}
-const MAXTIME = 1000;
+const MAXTIME = 100000;
export function RecordingView(props: IRecordingViewProps) {