mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-08 08:12:20 +03:00
fix(migrations): resolve version collisions and add batch deletion API (#2294)
- Rename 056_provider_connection_quota_window_thresholds.sql to 057 - Add LEGACY_VERSION_SLOT_MIGRATIONS entries for backward compatibility - Add deleteBatch/deleteCompletedBatches to batches.ts - Add DELETE routes for batches (single + bulk) - Add batch deletion buttons to dashboard - Broaden dashboard session auth to all client API routes - Add quota_window_thresholds_json column repair Authored-by: Markus Hartung <hartmark@users.noreply.github.com>
This commit is contained in:
@@ -526,6 +526,8 @@ REQUEST_TIMEOUT_MS (global override)
|
||||
| `OMNIROUTE_DEFAULT_FETCH_TIMEOUT_MS` | `120000` | Fallback used by `src/shared/utils/fetchTimeout.ts` when `FETCH_TIMEOUT_MS` is unset. |
|
||||
| `OMNIROUTE_CHATGPT_TLS_TIMEOUT_MS` | `60000` | Wire-level timeout for the bogdanfinn/tls-client koffi binding (`chatgptTlsClient.ts`). |
|
||||
| `OMNIROUTE_CHATGPT_TLS_GRACE_MS` | `10000` | JS-side grace added on top of the wire timeout when the native binding is wedged. |
|
||||
| `OMNIROUTE_CLAUDE_TLS_TIMEOUT_MS` | `60000` | Wire-level timeout for the bogdanfinn/tls-client koffi binding (`claudeTlsClient.ts`). |
|
||||
| `OMNIROUTE_CLAUDE_TLS_GRACE_MS` | `10000` | JS-side grace added on top of the wire timeout when the native binding is wedged. |
|
||||
|
||||
### Circuit Breaker Thresholds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user