Skip to content

Commit bb60d41

Browse files
committed
Sync documentation of main branch
1 parent d9f5bcf commit bb60d41

8 files changed

+99
-68
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

+20-20
Original file line numberDiff line numberDiff line change
@@ -14655,7 +14655,7 @@ endif::add-copy-button-to-config-props[]
1465514655

1465614656
[.description]
1465714657
--
14658-
The maximum length of all headers.
14658+
The maximum length of all headers, up to `Integer.MAX_VALUE` bytes.
1465914659

1466014660

1466114661
ifdef::add-copy-button-to-env-var[]
@@ -14676,7 +14676,7 @@ endif::add-copy-button-to-config-props[]
1467614676

1467714677
[.description]
1467814678
--
14679-
The maximum size of a request body.
14679+
The maximum size of a request body, up to `Long.MAX_VALUE` bytes.
1468014680

1468114681

1468214682
ifdef::add-copy-button-to-env-var[]
@@ -14697,7 +14697,7 @@ endif::add-copy-button-to-config-props[]
1469714697

1469814698
[.description]
1469914699
--
14700-
The max HTTP chunk size
14700+
The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
1470114701

1470214702

1470314703
ifdef::add-copy-button-to-env-var[]
@@ -14739,7 +14739,7 @@ endif::add-copy-button-to-config-props[]
1473914739

1474014740
[.description]
1474114741
--
14742-
The maximum length of a form attribute.
14742+
The maximum length of a form attribute, up to `Integer.MAX_VALUE` bytes.
1474314743

1474414744

1474514745
ifdef::add-copy-button-to-env-var[]
@@ -14781,7 +14781,7 @@ endif::add-copy-button-to-config-props[]
1478114781

1478214782
[.description]
1478314783
--
14784-
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length
14784+
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length, up to `Integer.MAX_VALUE` bytes.
1478514785

1478614786

1478714787
ifdef::add-copy-button-to-env-var[]
@@ -16686,7 +16686,7 @@ endif::add-copy-button-to-config-props[]
1668616686

1668716687
[.description]
1668816688
--
16689-
The maximum length of all headers.
16689+
The maximum length of all headers, up to `Integer.MAX_VALUE` bytes.
1669016690

1669116691

1669216692
ifdef::add-copy-button-to-env-var[]
@@ -16707,7 +16707,7 @@ endif::add-copy-button-to-config-props[]
1670716707

1670816708
[.description]
1670916709
--
16710-
The maximum size of a request body.
16710+
The maximum size of a request body, up to `Long.MAX_VALUE` bytes.
1671116711

1671216712

1671316713
ifdef::add-copy-button-to-env-var[]
@@ -16728,7 +16728,7 @@ endif::add-copy-button-to-config-props[]
1672816728

1672916729
[.description]
1673016730
--
16731-
The max HTTP chunk size
16731+
The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
1673216732

1673316733

1673416734
ifdef::add-copy-button-to-env-var[]
@@ -16770,7 +16770,7 @@ endif::add-copy-button-to-config-props[]
1677016770

1677116771
[.description]
1677216772
--
16773-
The maximum length of a form attribute.
16773+
The maximum length of a form attribute, up to `Integer.MAX_VALUE` bytes.
1677416774

1677516775

1677616776
ifdef::add-copy-button-to-env-var[]
@@ -16812,7 +16812,7 @@ endif::add-copy-button-to-config-props[]
1681216812

1681316813
[.description]
1681416814
--
16815-
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length
16815+
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length, up to `Integer.MAX_VALUE` bytes.
1681616816

1681716817

1681816818
ifdef::add-copy-button-to-env-var[]
@@ -72107,9 +72107,9 @@ endif::add-copy-button-to-config-props[]
7210772107

7210872108
[.description]
7210972109
--
72110-
The interval, in milliseconds, between two consecutive exports.
72110+
The Batch Span Processor interval `Duration` between two consecutive exports.
7211172111

72112-
Default is `5000`.
72112+
Default is `5s`.
7211372113

7211472114

7211572115
ifdef::add-copy-button-to-env-var[]
@@ -72130,7 +72130,7 @@ endif::add-copy-button-to-config-props[]
7213072130

7213172131
[.description]
7213272132
--
72133-
The maximum queue size.
72133+
The Batch Span Processor maximum queue size.
7213472134

7213572135
Default is `2048`.
7213672136

@@ -72153,7 +72153,7 @@ endif::add-copy-button-to-config-props[]
7215372153

7215472154
[.description]
7215572155
--
72156-
The maximum batch size.
72156+
The Batch Span Processor maximum batch size.
7215772157

7215872158
Default is `512`.
7215972159

@@ -72176,7 +72176,7 @@ endif::add-copy-button-to-config-props[]
7217672176

7217772177
[.description]
7217872178
--
72179-
The maximum allowed time, in milliseconds, to export data.
72179+
The Batch Span Processor maximum allowed time `Duration` to export data.
7218072180

7218172181
Default is `30s`.
7218272182

@@ -72199,9 +72199,9 @@ endif::add-copy-button-to-config-props[]
7219972199

7220072200
[.description]
7220172201
--
72202-
The interval, in milliseconds, between two consecutive exports.
72202+
The Batch Log Record Processor interval `Duration` between two consecutive exports.
7220372203

72204-
Default is `1000`.
72204+
Default is `1S`.
7220572205

7220672206

7220772207
ifdef::add-copy-button-to-env-var[]
@@ -72222,7 +72222,7 @@ endif::add-copy-button-to-config-props[]
7222272222

7222372223
[.description]
7222472224
--
72225-
The maximum queue size.
72225+
The Batch Log Record Processor maximum queue size.
7222672226

7222772227
Default is `2048`.
7222872228

@@ -72245,7 +72245,7 @@ endif::add-copy-button-to-config-props[]
7224572245

7224672246
[.description]
7224772247
--
72248-
The maximum batch size.
72248+
The Batch Log Record Processor maximum batch size.
7224972249

7225072250
Default is `512`.
7225172251

@@ -72268,7 +72268,7 @@ endif::add-copy-button-to-config-props[]
7226872268

7226972269
[.description]
7227072270
--
72271-
The maximum allowed time, in milliseconds, to export data.
72271+
The Batch Log Record Processor maximum allowed time `Duration` to export data.
7227272272

7227372273
Default is `30s`.
7227472274

_generated-doc/main/config/quarkus-opentelemetry.adoc

+10-10
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ endif::add-copy-button-to-config-props[]
707707

708708
[.description]
709709
--
710-
The interval, in milliseconds, between two consecutive exports.
710+
The Batch Span Processor interval `Duration` between two consecutive exports.
711711

712-
Default is `5000`.
712+
Default is `5s`.
713713

714714

715715
ifdef::add-copy-button-to-env-var[]
@@ -730,7 +730,7 @@ endif::add-copy-button-to-config-props[]
730730

731731
[.description]
732732
--
733-
The maximum queue size.
733+
The Batch Span Processor maximum queue size.
734734

735735
Default is `2048`.
736736

@@ -753,7 +753,7 @@ endif::add-copy-button-to-config-props[]
753753

754754
[.description]
755755
--
756-
The maximum batch size.
756+
The Batch Span Processor maximum batch size.
757757

758758
Default is `512`.
759759

@@ -776,7 +776,7 @@ endif::add-copy-button-to-config-props[]
776776

777777
[.description]
778778
--
779-
The maximum allowed time, in milliseconds, to export data.
779+
The Batch Span Processor maximum allowed time `Duration` to export data.
780780

781781
Default is `30s`.
782782

@@ -799,9 +799,9 @@ endif::add-copy-button-to-config-props[]
799799

800800
[.description]
801801
--
802-
The interval, in milliseconds, between two consecutive exports.
802+
The Batch Log Record Processor interval `Duration` between two consecutive exports.
803803

804-
Default is `1000`.
804+
Default is `1S`.
805805

806806

807807
ifdef::add-copy-button-to-env-var[]
@@ -822,7 +822,7 @@ endif::add-copy-button-to-config-props[]
822822

823823
[.description]
824824
--
825-
The maximum queue size.
825+
The Batch Log Record Processor maximum queue size.
826826

827827
Default is `2048`.
828828

@@ -845,7 +845,7 @@ endif::add-copy-button-to-config-props[]
845845

846846
[.description]
847847
--
848-
The maximum batch size.
848+
The Batch Log Record Processor maximum batch size.
849849

850850
Default is `512`.
851851

@@ -868,7 +868,7 @@ endif::add-copy-button-to-config-props[]
868868

869869
[.description]
870870
--
871-
The maximum allowed time, in milliseconds, to export data.
871+
The Batch Log Record Processor maximum allowed time `Duration` to export data.
872872

873873
Default is `30s`.
874874

_generated-doc/main/config/quarkus-opentelemetry_quarkus.otel.adoc

+10-10
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,9 @@ endif::add-copy-button-to-config-props[]
707707

708708
[.description]
709709
--
710-
The interval, in milliseconds, between two consecutive exports.
710+
The Batch Span Processor interval `Duration` between two consecutive exports.
711711

712-
Default is `5000`.
712+
Default is `5s`.
713713

714714

715715
ifdef::add-copy-button-to-env-var[]
@@ -730,7 +730,7 @@ endif::add-copy-button-to-config-props[]
730730

731731
[.description]
732732
--
733-
The maximum queue size.
733+
The Batch Span Processor maximum queue size.
734734

735735
Default is `2048`.
736736

@@ -753,7 +753,7 @@ endif::add-copy-button-to-config-props[]
753753

754754
[.description]
755755
--
756-
The maximum batch size.
756+
The Batch Span Processor maximum batch size.
757757

758758
Default is `512`.
759759

@@ -776,7 +776,7 @@ endif::add-copy-button-to-config-props[]
776776

777777
[.description]
778778
--
779-
The maximum allowed time, in milliseconds, to export data.
779+
The Batch Span Processor maximum allowed time `Duration` to export data.
780780

781781
Default is `30s`.
782782

@@ -799,9 +799,9 @@ endif::add-copy-button-to-config-props[]
799799

800800
[.description]
801801
--
802-
The interval, in milliseconds, between two consecutive exports.
802+
The Batch Log Record Processor interval `Duration` between two consecutive exports.
803803

804-
Default is `1000`.
804+
Default is `1S`.
805805

806806

807807
ifdef::add-copy-button-to-env-var[]
@@ -822,7 +822,7 @@ endif::add-copy-button-to-config-props[]
822822

823823
[.description]
824824
--
825-
The maximum queue size.
825+
The Batch Log Record Processor maximum queue size.
826826

827827
Default is `2048`.
828828

@@ -845,7 +845,7 @@ endif::add-copy-button-to-config-props[]
845845

846846
[.description]
847847
--
848-
The maximum batch size.
848+
The Batch Log Record Processor maximum batch size.
849849

850850
Default is `512`.
851851

@@ -868,7 +868,7 @@ endif::add-copy-button-to-config-props[]
868868

869869
[.description]
870870
--
871-
The maximum allowed time, in milliseconds, to export data.
871+
The Batch Log Record Processor maximum allowed time `Duration` to export data.
872872

873873
Default is `30s`.
874874

_generated-doc/main/config/quarkus-vertx-http_quarkus.http.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,7 @@ endif::add-copy-button-to-config-props[]
26722672

26732673
[.description]
26742674
--
2675-
The maximum length of all headers.
2675+
The maximum length of all headers, up to `Integer.MAX_VALUE` bytes.
26762676

26772677

26782678
ifdef::add-copy-button-to-env-var[]
@@ -2693,7 +2693,7 @@ endif::add-copy-button-to-config-props[]
26932693

26942694
[.description]
26952695
--
2696-
The maximum size of a request body.
2696+
The maximum size of a request body, up to `Long.MAX_VALUE` bytes.
26972697

26982698

26992699
ifdef::add-copy-button-to-env-var[]
@@ -2714,7 +2714,7 @@ endif::add-copy-button-to-config-props[]
27142714

27152715
[.description]
27162716
--
2717-
The max HTTP chunk size
2717+
The max HTTP chunk size, up to `Integer.MAX_VALUE` bytes.
27182718

27192719

27202720
ifdef::add-copy-button-to-env-var[]
@@ -2756,7 +2756,7 @@ endif::add-copy-button-to-config-props[]
27562756

27572757
[.description]
27582758
--
2759-
The maximum length of a form attribute.
2759+
The maximum length of a form attribute, up to `Integer.MAX_VALUE` bytes.
27602760

27612761

27622762
ifdef::add-copy-button-to-env-var[]
@@ -2798,7 +2798,7 @@ endif::add-copy-button-to-config-props[]
27982798

27992799
[.description]
28002800
--
2801-
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length
2801+
Set the maximum number of bytes a server can buffer when decoding a form. Set to `-1` to allow unlimited length, up to `Integer.MAX_VALUE` bytes.
28022802

28032803

28042804
ifdef::add-copy-button-to-env-var[]

0 commit comments

Comments
 (0)