- Notifications
You must be signed in to change notification settings - Fork907
Commitdf47c30
authored
fix: fix script timings spam in the workspace UI (#17590)
Fix#17188We forgot to filter the scripts by `run_on_start`, since we onlycalculate timings in the start phase, which was causing the miss matchbetween the expected script timings count, and the loop in the refetchlogic.While I think this fix is enough for now, I think the server should beresponsible to telling the client when to stop fetching. It could be asimple attribute such as `done: false | true` or a websocket endpoint assuggested by@dannykopping[here](#17188 (comment)).1 parent14105ff commitdf47c30
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
169 |
| - | |
170 |
| - | |
| 169 | + | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
| 175 | + | |
175 | 176 |
| |
| 177 | + | |
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
|
0 commit comments
Comments
(0)