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: OPERATING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The adaptor requires a Mongodb-compatible database to manage its internal state.
40
40
| GP2GP_MONGO_PASSWORD || Mongo database password. Leave undefined if GP2GP_MONGO_URI is used. |
41
41
| GP2GP_MONGO_OPTIONS || Mongodb URL encoded parameters for the connection string without a leading "?". Leave undefined if GP2GP_MONGO_URI is used. |
42
42
| GP2GP_MONGO_AUTO_INDEX_CREATION | true | (Optional) Should auto index for Mongo database be created. |
43
-
| GP2GP_MONGO_TTL |P7D | (Optional) Time-to-live value for inbound and outbound state collection documents as an [ISO 8601 Duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). |
43
+
| GP2GP_MONGO_TTL |P84D| (Optional) Time-to-live value for inbound and outbound state collection documents as an [ISO 8601 Duration](https://en.wikipedia.org/wiki/ISO_8601#Durations). |
44
44
| GP2GP_COSMOS_DB_ENABLED | false | (Optional) If true the adaptor will enable features and workarounds to support Azure Cosmos DB. |
45
45
46
46
**Trust Store Configuration Options**
@@ -266,7 +266,7 @@ The adaptor's database records:
266
266
* metadata about the transfer process
267
267
268
268
The supplier MUST configure the `GP2GP_MONGO_TTL` variable to remove the database records
269
-
after a reasonable time period.
269
+
after a reasonable time period. The specs say 12 weeks (84 days), so this is our suggestion.
0 commit comments