Commit a40d8e4
Sam Painter
fix: increase sync timeout to 600s for large session counts
2600+ sessions regularly exceeded the 120s timeout. The sync continues
running after timeout anyway (Promise.race doesn't cancel it), so the
warning was misleading.1 parent 2d44bc5 commit a40d8e4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments