summaryrefslogtreecommitdiffstats
path: root/health/health.c
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2022-04-11 22:34:04 +0300
committerGitHub <noreply@github.com>2022-04-11 22:34:04 +0300
commit81b3d4b71e1e236f461cca9af0b588d385aefe05 (patch)
tree01051abbb038fa861719bfb48ae03bb294573152 /health/health.c
parente5c28c70eeb3137bb40514df2f0df09da1521990 (diff)
Add a timeout parameter to data queries (#12649)
* Add timeout parameter in queries and in calling functions * Add CANCEL flag in RRDR and code to cancel a query * Update swagger * Format swagger file properly
Diffstat (limited to 'health/health.c')
-rw-r--r--health/health.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.c b/health/health.c
index 9916b43382..528238d749 100644
--- a/health/health.c
+++ b/health/health.c
@@ -830,7 +830,7 @@ void *health_main(void *ptr) {
int ret = rrdset2value_api_v1(rc->rrdset, NULL, &rc->value, rc->dimensions, 1, rc->after,
rc->before, rc->group, 0, rc->options, &rc->db_after,
- &rc->db_before, &value_is_null
+ &rc->db_before, &value_is_null, 0
);
if (unlikely(ret != 200)) {