Skip to content

Commit

Permalink
Increase RRD_ID_LENGTH_MAX to 1200 (netdata#17028)
Browse files Browse the repository at this point in the history
Increase RRD_ID_LENGTH_MAX to 1200 (was 1000)
  • Loading branch information
stelfrag committed Feb 19, 2024
1 parent 0010f7b commit 2daf34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/rrd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2daf34c

Please sign in to comment.