From 5d960b419ee4fde0aba5c1d4e456d96b25f4e021 Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Tue, 30 Jan 2024 13:37:36 +0200 Subject: [PATCH] Rm refs to map and save modes (#16874) --- streaming/stream.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/streaming/stream.conf b/streaming/stream.conf index b8343e5aa0807c..9dc154e2f69557 100644 --- a/streaming/stream.conf +++ b/streaming/stream.conf @@ -135,8 +135,6 @@ # You can also set it per host below. # If you don't set it here, the memory mode of netdata.conf will be used. # Valid modes: - # save save on exit, load on start - # map like swap (continuously syncing to disks - you need SSD) # ram keep it in RAM, don't touch the disk # none no database at all (use this on headless proxies) # dbengine like a traditional database @@ -225,7 +223,7 @@ # This is ignored for db mode dbengine. #history = 3600 - # The memory mode of the database: save | map | ram | none | dbengine + # The memory mode of the database: ram | none | dbengine #memory mode = dbengine # Health / alarms control: yes | no | auto