From b4d3ad8eaa169a5c48a9c1257ab989c17497c320 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Fri, 13 Nov 2015 08:17:46 +0100 Subject: [PATCH] The need call is also expensive --- rest/db-need-get.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rest/db-need-get.rst b/rest/db-need-get.rst index d6e49e2eb..a68c29d63 100644 --- a/rest/db-need-get.rst +++ b/rest/db-need-get.rst @@ -30,3 +30,6 @@ needed by this device in order for it to become in sync. ... ] } + +.. note:: + This is an expensive call, increasing CPU and RAM usage on the device. Use sparingly.