Add example for production deployment

This commit is contained in:
2025-05-28 00:33:01 +04:00
parent dbf892535b
commit 7b89230cae
17 changed files with 202 additions and 17 deletions

View File

@@ -1,3 +1,3 @@
POST_MAX_DATE=720h # Save only posts created in the last month
POST_COLLECTION_CUTOFF_CRON_DELAY=30m # 30 minutes
POST_COLLECTION_CUTOFF_CRON_MAX_DOCUMENT=10000000 # Delete post documents after 10 million
POST_COLLECTION_CUTOFF_CRON_MAX_DOCUMENT=1000000 # Delete post documents after 1 million