From 171f673f28799c3234339b9b2a4a3eb4f308d703 Mon Sep 17 00:00:00 2001 From: dot Date: Mon, 6 Jul 2026 01:15:16 -0700 Subject: [PATCH] Table formatting --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 078f5fb..7342b35 100644 --- a/README.md +++ b/README.md @@ -115,16 +115,16 @@ Synology note: many Synology NAS units (DSM 7.x on J4125 / older hardware) ship ## Configuration -| Variable | Default | Description | -| ---------------------------- | ------------------------ | ------------------------------------------------------------------------ | -| `BROWSER_POOL_SIZE` | `3` | Warm Camoufox Firefox instances | -| `BROWSER_ACQUIRE_TIMEOUT_MS` | `15000` | How long `acquire()` polls for a free browser before HTTP 429 is returned | -| `BROWSER_RECYCLE_AFTER_CONTEXTS` | `8` | Restart a browser after this many fresh/proxy contexts; set `0` to disable | -| `SESSION_TTL_SECONDS` | `3600` | Redis session cache TTL (seconds) | -| `REDIS_URL` | `redis://localhost:6379` | Redis connection string | -| `RESIDENTIAL_PROXY_URL` | — | Enables Tier 4 proxy escalation | -| `STT_URL` | — | Local Whisper endpoint for reCAPTCHA (optional) | -| `PORT` | `8191` | API listen port | +| Variable | Default | Description | +| -------------------------------- | ------------------------ | ------------------------------------------------------------------------------ | +| `BROWSER_POOL_SIZE` | `3` | Warm Camoufox Firefox instances | +| `BROWSER_ACQUIRE_TIMEOUT_MS` | `15000` | How long `acquire()` polls for a free browser before HTTP 429 is returned | +| `BROWSER_RECYCLE_AFTER_CONTEXTS` | `8` | Restart a browser after this many fresh/proxy contexts; set `0` to disable | +| `SESSION_TTL_SECONDS` | `3600` | Redis session cache TTL (seconds) | +| `REDIS_URL` | `redis://localhost:6379` | Redis connection string | +| `RESIDENTIAL_PROXY_URL` | — | Enables Tier 4 proxy escalation | +| `STT_URL` | — | Local Whisper endpoint for reCAPTCHA (optional) | +| `PORT` | `8191` | API listen port | ## Stack