Skip to content

Commit 731af2d

Browse files
changelog + update docs
1 parent 6ecaa86 commit 731af2d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Change connection manager upsert timeout to 5 minutes
1212
- Fix issue with repo display names being poorly formatted, especially for gerrit. ([#259](https://github.com/sourcebot-dev/sourcebot/pull/259))
1313

14+
### Added
15+
- Added config setting `resyncConnectionIntervalMs` to control how often a connection should be re-synced. ([#260](https://github.com/sourcebot-dev/sourcebot/pull/260))
16+
1417
## [3.0.1] - 2025-04-01
1518

1619
### Fixes

docs/self-hosting/more/declarative-config.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ Some teams require Sourcebot to be configured via a file (where it can be stored
5555
"description": "The interval (in milliseconds) at which the indexer should re-index all repositories. Defaults to 1 hour.",
5656
"minimum": 1
5757
},
58+
"resyncConnectionIntervalMs": {
59+
"type": "number",
60+
"description": "The interval (in milliseconds) at which the connection manager should check for connections that need to be re-synced. Defaults to 24 hours.",
61+
"minimum": 1
62+
},
5863
"resyncConnectionPollingIntervalMs": {
5964
"type": "number",
6065
"description": "The polling rate (in milliseconds) at which the db should be checked for connections that need to be re-synced. Defaults to 1 second.",

0 commit comments

Comments
 (0)