summaryrefslogtreecommitdiffstats
path: root/database/engine/rrdengine.h
diff options
context:
space:
mode:
authorMarkos Fountoulakis <44345837+mfundul@users.noreply.github.com>2020-03-23 18:50:25 +0200
committerGitHub <noreply@github.com>2020-03-23 18:50:25 +0200
commit04e674fcba1d1fab1647203734f918f2cfc3904e (patch)
treeac8be383bb32c978c0333ebe2d8af8a00d2f7abc /database/engine/rrdengine.h
parent31a791ff8a6f3ff4cb001ae36c8872cf66e745c8 (diff)
Fix flushing error threshold (#8425)
* Fix flushing error threshold to account for inactive producers of dbengine instance * Disable page invalidation during shutdown of dbengine * Fix crash during netdata shutdown if command server has failed to initialize * Add fallback for uv_listen to retry with backlog = 1 on failure. * Adhere to the API change of libuv v1.35
Diffstat (limited to 'database/engine/rrdengine.h')
-rw-r--r--database/engine/rrdengine.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/engine/rrdengine.h b/database/engine/rrdengine.h
index 22c3d33bef..d97a34aa30 100644
--- a/database/engine/rrdengine.h
+++ b/database/engine/rrdengine.h
@@ -183,6 +183,7 @@ struct rrdengine_instance {
unsigned last_fileno; /* newest index of datafile and journalfile */
unsigned long max_cache_pages;
unsigned long cache_pages_low_watermark;
+ unsigned long metric_API_max_producers;
struct rrdengine_statistics stats;
};