From 0cd012667220690b2bd185409ba809de15e4b5fe Mon Sep 17 00:00:00 2001 From: dashevchenko Date: Thu, 8 Feb 2024 17:12:29 +0200 Subject: [PATCH] changed default value for CASSANDRA_QUERY_SET_NULL_VALUES_ENABLED from false to true --- application/src/main/resources/thingsboard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index 4aab3760a3..0df8f29566 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/application/src/main/resources/thingsboard.yml @@ -309,7 +309,7 @@ cassandra: # Interval in milliseconds for printing Cassandra query queue statistic rate_limit_print_interval_ms: "${CASSANDRA_QUERY_RATE_LIMIT_PRINT_MS:10000}" # set all data type values except target to null for the same ts on save - set_null_values_enabled: "${CASSANDRA_QUERY_SET_NULL_VALUES_ENABLED:false}" + set_null_values_enabled: "${CASSANDRA_QUERY_SET_NULL_VALUES_ENABLED:true}" # log one of cassandra queries with specified frequency (0 - logging is disabled) print_queries_freq: "${CASSANDRA_QUERY_PRINT_FREQ:0}" tenant_rate_limits: