Skip to content

Commit 791ff1a

Browse files
committed
more more finding out more nice
1 parent 40c310e commit 791ff1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/databricks/sql/telemetry/telemetry_client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ def _export_event(self, event):
183183

184184
def _flush(self):
185185
"""Flush the current batch of events to the server"""
186-
with self._lock:
187-
events_to_flush = self._events_batch.copy()
188-
self._events_batch = []
186+
# with self._lock:
187+
events_to_flush = self._events_batch.copy()
188+
self._events_batch = []
189189

190190
if events_to_flush:
191191
logger.debug("Flushing %s telemetry events to server", len(events_to_flush))

0 commit comments

Comments
 (0)