Skip to content

Commit d140411

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Lower default document retention for self-hosted. (#41876)
GitOrigin-RevId: 856b621c1010f8e3999a92199693cf5c2b7d0e70
1 parent 3e98e85 commit d140411

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

self-hosted/docker/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ services:
2323
- CONVEX_SITE_ORIGIN=${CONVEX_SITE_ORIGIN:-http://127.0.0.1:${SITE_PROXY_PORT:-3211}}
2424
- DATABASE_URL
2525
- DISABLE_BEACON
26+
- DOCUMENT_RETENTION_DELAY=${DOCUMENT_RETENTION_DELAY:-172800} # Lower default document retention to 2 days
2627
- DO_NOT_REQUIRE_SSL
2728
- INSTANCE_NAME
2829
- INSTANCE_SECRET

0 commit comments

Comments
 (0)