From 035a76e282cbab273c1023e0e93253ff9b1609c7 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Tue, 15 Nov 2022 15:59:26 +0200 Subject: [PATCH] Change report_event_flush_threshold default to 100 --- clearml/config/default/sdk.conf | 2 +- docs/clearml.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clearml/config/default/sdk.conf b/clearml/config/default/sdk.conf index 77312a73..ee0732ed 100644 --- a/clearml/config/default/sdk.conf +++ b/clearml/config/default/sdk.conf @@ -185,7 +185,7 @@ report_period_sec: 2 # The number of events to report - report_event_flush_threshold: 50 + report_event_flush_threshold: 100 # ping to the server - check connectivity ping_period_sec: 30 diff --git a/docs/clearml.conf b/docs/clearml.conf index 54019bde..55c8c83b 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -196,7 +196,7 @@ sdk { report_period_sec: 2 # The number of events to report - report_event_flush_threshold: 50 + report_event_flush_threshold: 100 # ping to the server - check connectivity ping_period_sec: 30