From 6067e438a368d61fe8170c2c7f7ef1a2ea748d06 Mon Sep 17 00:00:00 2001
From: Yamila Moreno
+You need to be very careful when configuring automatic versioning, as it can significantly impact the size of your database. If you configure automatic versioning, you'll need to monitor this impact; if you're unsure about this management, we recommend leaving the default settings and using manual versioning. +
+ +This is how configuration looks for auto-file-snapshot + +```bash +PENPOT_FLAGS: enable-auto-file-snapshot # Enable automatic version saving + +# Backend +PENPOT_AUTO_FILE_SNAPSHOT_EVERY: 5 # How many save operations trigger the auto-save-version? +PENPOT_AUTO_FILE_SNAPSHOT_TIIMEOUT: "1h" # How often is an automatic save forced even if the `every` trigger is not met? +``` + +Setting custom values for auto-file-snapshot does not change the behaviour for manual versions. + ## Frontend In comparison with backend, frontend only has a small number of runtime configuration