Commit 8781263
committed
fix(send_kcidb.py): Limit submission batch to smaller value
We might send up to 200 events at once and it is causing problems at kcidb,
let's limit temporary to less at once.
Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>1 parent 9d361ef commit 8781263
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| |||
674 | 674 | | |
675 | 675 | | |
676 | 676 | | |
677 | | - | |
| 677 | + | |
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
| |||
0 commit comments