summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2024-02-19 17:25:08 +0200
committerGitHub <noreply@github.com>2024-02-19 17:25:08 +0200
commit2daf34cf19b3e2e6e005ca871a8349c44650ede7 (patch)
tree709c36ebc37e767d9587c59b5de7c923987ef888
parent0010f7bdc4edba41f91ead68c465d54786ed54f1 (diff)
Increase RRD_ID_LENGTH_MAX to 1200 (#17028)
Increase RRD_ID_LENGTH_MAX to 1200 (was 1000)
-rw-r--r--src/database/rrd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/rrd.h b/src/database/rrd.h
index dd765ad09b..9c5aa7f432 100644
--- a/src/database/rrd.h
+++ b/src/database/rrd.h
@@ -184,7 +184,7 @@ extern time_t rrdset_free_obsolete_time_s;
extern int libuv_worker_threads;
extern bool ieee754_doubles;
-#define RRD_ID_LENGTH_MAX 1000
+#define RRD_ID_LENGTH_MAX 1200
typedef long long total_number;