Commit 2748697
committed
refactor(audience-sample-app): drop log row count cap
Removes the LogCapacity const (200) and the eviction check inside
AppendLog. Log rows now accumulate until the user clicks Clear or
the session ends. Sample-app demo sessions are short and the cap
was preventive rather than corrective.1 parent 9e825b9 commit 2748697
1 file changed
Lines changed: 0 additions & 4 deletions
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
698 | 697 | | |
699 | 698 | | |
700 | 699 | | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | 700 | | |
705 | 701 | | |
706 | 702 | | |
| |||
0 commit comments