_local-files-parameters
Create the local directory before launching your DAS
Make sure you create the directory specified in local-file-storage.data-dir before launching your DAS to avoid potential permission issues with Docker or Kubernetes.
| Parameter | Description |
|---|---|
| --data-availability.local-file-storage.enable | Enables storage/retrieval of sequencer batch data from a directory of files, one per batch |
| --data-availability.local-file-storage.data-dir | Absolute path of the directory inside the volume in which to store the data (it must exist) |
| --data-availability.local-file-storage.enable-expiry | Enables expiry of batches |
| --data-availability.local-file-storage.max-retention | Store requests with expiry times farther in the future than max-retention will be rejected (default: 504h0m0s) |