TTL extension calls are scattered throughout admin_manager.rs, project_registry.rs, verification_registry.rs, and lib.rs. A consistent pattern should be established where each module is responsible for extending its own TTLs, and StorageManager provides helpers. The inconsistency makes it easy to forget TTL extensions when adding new storage writes.
TTL extension calls are scattered throughout admin_manager.rs, project_registry.rs, verification_registry.rs, and lib.rs. A consistent pattern should be established where each module is responsible for extending its own TTLs, and StorageManager provides helpers. The inconsistency makes it easy to forget TTL extensions when adding new storage writes.