Skip to main content

AFS_STORAGE_BACKEND

Deep-dive reference for

  • AFS_STORAGE_BACKEND

Source of truth

  • docs/operations/runtime-config-matrix.md (line 43)

Default

  • rocksdb

Consumer

  • packages/aether-storage/src/types/config.rs

Purpose / behavior

Select the active storage backend (rocksdb or memory). Feeds StorageConfig.backend_type and the AetherStorage factory during runtime selection. Memory backend requires the memory-storage feature flag.

Note

  • This page is generated from the matrix row that documents this variable.
  • For behavioral changes, check the implementation paths listed in the matrix row.