Commit c4a1737
committed
fix(client): adjust device activity polling to prevent rate limiting
Change polling interval from exponential backoff to linear and add initial delay. This prevents hitting rate limits while waiting for device activity completion.1 parent 9e7e273 commit c4a1737
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
160 | 162 | | |
161 | 163 | | |
162 | | - | |
163 | | - | |
| 164 | + | |
| 165 | + | |
164 | 166 | | |
165 | 167 | | |
166 | 168 | | |
| |||
0 commit comments