You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/schemas/src/v3/index.schema.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@ const schema = {
23
23
"description": "The interval (in milliseconds) at which the indexer should re-index all repositories. Defaults to 1 hour.",
24
24
"minimum": 1
25
25
},
26
+
"resyncConnectionIntervalMs": {
27
+
"type": "number",
28
+
"description": "The interval (in milliseconds) at which the connection manager should check for connections that need to be re-synced. Defaults to 24 hours.",
29
+
"minimum": 1
30
+
},
26
31
"resyncConnectionPollingIntervalMs": {
27
32
"type": "number",
28
33
"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.",
Copy file name to clipboardExpand all lines: schemas/v3/index.json
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,11 @@
23
23
"description": "The interval (in milliseconds) at which the indexer should re-index all repositories. Defaults to 1 hour.",
24
24
"minimum": 1
25
25
},
26
+
"resyncConnectionIntervalMs": {
27
+
"type": "number",
28
+
"description": "The interval (in milliseconds) at which the connection manager should check for connections that need to be re-synced. Defaults to 24 hours.",
29
+
"minimum": 1
30
+
},
26
31
"resyncConnectionPollingIntervalMs": {
27
32
"type": "number",
28
33
"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