We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb90b92 commit d68ff8cCopy full SHA for d68ff8c
docs/windowing.md
@@ -524,9 +524,9 @@ Events: A B C D E
524
Timeout: 10 seconds
525
Grace: 2 seconds
526
527
-Session 1: [0, 20] - Events A, B (B extends the session from A)
528
-Session 2: [25, 40] - Events C, D (D extends the session from C)
529
-Session 3: [45, 55] - Event E (session will close at 55 if no more events)
+Session 1: [0, 10] - Events A, B (B extends the session from A)
+Session 2: [25, 30] - Events C, D (D extends the session from C)
+Session 3: [45, 45] - Event E (session will close at 55 if no more events)
530
```
531
532
In this example:
0 commit comments