You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// token: bearer token auth (used instead of basic authentication)
442
442
// auto_flush: determines if auto-flushing is enabled (values "on" or "off", defaults to "on")
443
-
// auto_flush_rows: auto-flushing is triggered above this row count (defaults to 75000). If set, explicitly implies auto_flush=on
443
+
// auto_flush_rows: auto-flushing is triggered above this row count (defaults to 75000). If set, explicitly implies auto_flush=on. Set to 'off' to disable.
444
+
//auto_flush_interval auto-flushing is triggered above this time (defaults to 1000 milliseconds). If set, explicitly implies auto_flush=on. Set to 'off' to disable.
444
445
// request_min_throughput: bytes per second, used to calculate each request's timeout (defaults to 100KiB/s)
445
446
// request_timeout: minimum request timeout in milliseconds (defaults to 10 seconds)
446
447
// retry_timeout: cumulative maximum millisecond duration spent in retries (defaults to 10 seconds)
0 commit comments