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
// init_buf_size: initial growable ILP buffer size in bytes (defaults to 128KiB)
438
+
//
435
439
// tls_verify: determines if TLS certificates should be validated (defaults to "on", can be set to "unsafe_off")
436
440
//
437
441
// http(s)-only
442
+
//
438
443
// ------------
444
+
//
439
445
// username: for basic authentication
446
+
//
440
447
// password: for basic authentication
448
+
//
441
449
// token: bearer token auth (used instead of basic authentication)
450
+
//
442
451
// auto_flush: determines if auto-flushing is enabled (values "on" or "off", defaults to "on")
452
+
//
443
453
// 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.
454
+
//
444
455
// auto_flush_interval: auto-flushing is triggered above this time, in milliseconds (defaults to 1000 milliseconds). If set, explicitly implies auto_flush=on. Set to 'off' to disable.
456
+
//
445
457
// request_min_throughput: bytes per second, used to calculate each request's timeout (defaults to 100KiB/s)
458
+
//
446
459
// request_timeout: minimum request timeout in milliseconds (defaults to 10 seconds)
460
+
//
447
461
// retry_timeout: cumulative maximum millisecond duration spent in retries (defaults to 10 seconds)
462
+
//
448
463
// max_buf_size: buffer growth limit in bytes. Client errors if breached (default is 100MiB)
449
464
//
450
465
// tcp(s)-only
466
+
//
451
467
// -----------
468
+
//
452
469
// username: KID (key ID) for ECDSA authentication
0 commit comments