diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 12:02:59 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2026-01-08 12:14:27 +0000 |
| commit | 0356740d11c9fb6524060e6755ab0c2186096724 (patch) | |
| tree | db7ca39d1cb6b078d40fde14d3a84cfbf443eaab /README.md | |
| parent | 64eaf4407028d3727fe8854a9a8fb97a8660af95 (diff) | |
fix: sync-bootstrap-relay-url scheme optional
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -321,7 +321,7 @@ NGIT_OWNER_NPUB=npub1... ngit-grasp --domain relay.example.com | |||
| 321 | 321 | ||
| 322 | **Sync Notes:** | 322 | **Sync Notes:** |
| 323 | 323 | ||
| 324 | - **Bootstrap relay**: Optional starting point for relay discovery. System automatically discovers additional relays from repository announcements. | 324 | - **Bootstrap relay**: Optional starting point for relay discovery. System automatically discovers additional relays from repository announcements. URL scheme is optional - if not provided, `wss://` is assumed (e.g., `git.shakespeare.diy` → `wss://git.shakespeare.diy`). |
| 325 | - **Backoff settings**: Controls exponential backoff for failed connections (`base * 2^(failures-1)`, capped at max). | 325 | - **Backoff settings**: Controls exponential backoff for failed connections (`base * 2^(failures-1)`, capped at max). |
| 326 | - **Negentropy**: Can be disabled for testing REQ+EOSE fallback behavior. | 326 | - **Negentropy**: Can be disabled for testing REQ+EOSE fallback behavior. |
| 327 | - **Batch window**: Self-subscriber batches events for this duration before triggering sync filters. | 327 | - **Batch window**: Self-subscriber batches events for this duration before triggering sync filters. |