From: Michael Tremer Date: Sun, 28 Sep 2025 09:54:24 +0000 (+0000) Subject: module: The step size is not passed as a command line argument X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40293b1d1b5bc0356cfd49b15686f09cea9b4e05;p=collecty.git module: The step size is not passed as a command line argument Signed-off-by: Michael Tremer --- diff --git a/src/daemon/module.c b/src/daemon/module.c index cabb532..d3c950f 100644 --- a/src/daemon/module.c +++ b/src/daemon/module.c @@ -286,11 +286,6 @@ static int collecty_module_create_database(collecty_module* self, const char* pa if (r < 0) goto ERROR; - // Add the step size - r = collecty_args_push(args, "--step=%d", STEPSIZE); - if (r < 0) - goto ERROR; - // Add all data sources for (const collecty_rrd_ds* ds = self->methods->rrd_dss; ds->field; ds++) { // Format the minimum value