Commit bbd0f64
committed
fix(chutes): use force=False to prevent API lag from wiping local usage
The subscription_usage API updates slowly (often sub-cent precision
that truncates to 0). With force=True the background refresh was
overwriting locally-tracked usage with stale zeros. Now uses
force=False so UsageManager keeps max(local, api).1 parent 46d0096 commit bbd0f64
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
295 | 295 | | |
296 | 296 | | |
297 | 297 | | |
298 | | - | |
| 298 | + | |
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
0 commit comments