proxmox-rrd: improve developer docs

This commit is contained in:
Dietmar Maurer
2021-10-06 12:19:54 +02:00
parent dbc42e6f75
commit 0191759316
4 changed files with 74 additions and 31 deletions

View File

@ -8,7 +8,7 @@ use proxmox::tools::fs::{create_path, CreateOptions};
use proxmox_rrd_api_types::{RRDMode, RRDTimeFrameResolution};
use super::*;
use crate::{DST, rrd::RRD};
/// RRD cache - keep RRD data in RAM, but write updates to disk
///