Skip to content

Commit

Permalink
Update stream_key and other_stream_key lengths in course-definition.yml
Browse files Browse the repository at this point in the history
The stream_key length was changed from 9 to 10 characters, and the other_stream_key length was changed from 14 to 16 characters in the course-definition.yml
file.
  • Loading branch information
rohitpaulk committed Jun 18, 2024
1 parent 89609b6 commit 0ee6c59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2710,15 +2710,15 @@ stages:
```text
*2\r\n
*2\r\n
$9\r\nstream_key\r\n
$10\r\nstream_key\r\n
*1\r\n
*2\r\n
$3\r\n0-1\r\n
*2\r\n
$11\r\ntemperature\r\n
$2\r\n95\r\n
*2\r\n
$14\r\nother_stream_key\r\n
$16\r\nother_stream_key\r\n
*1\r\n
*2\r\n
$3\r\n0-2\r\n
Expand All @@ -2737,8 +2737,8 @@ stages:
[
"0-1",
[
"foo",
"bar"
"temperature",
"95"
]
]
]
Expand All @@ -2749,8 +2749,8 @@ stages:
[
"0-2",
[
"bar",
"baz"
"humidity",
"97"
]
]
]
Expand Down

0 comments on commit 0ee6c59

Please sign in to comment.