Skip to content

Commit 8a6d95b

Browse files
mykauldkropachev
authored andcommitted
(improvement) set monitor_reporting_enabled False
monitor_reporting_enabled is a DSE feature. ScyllaDB doesn't support it, so we can set the default to False. Signed-off-by: Yaniv Kaul <[email protected]>
1 parent 8fec502 commit 8a6d95b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ def default_retry_policy(self, policy):
10361036
documentation for :meth:`Session.timestamp_generator`.
10371037
"""
10381038

1039-
monitor_reporting_enabled = True
1039+
monitor_reporting_enabled = False
10401040
"""
10411041
A boolean indicating if monitor reporting, which sends gathered data to
10421042
Insights when running against DSE 6.8 and higher.

0 commit comments

Comments
 (0)