Skip to content

Commit

Permalink
docs: remove duplicated defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 committed Mar 26, 2020
1 parent 409c524 commit 46e947b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const generalSettings: RawSettingDefinition[] = [
'xpack.apm.agentConfig.captureBody.description',
{
defaultMessage:
'For transactions that are HTTP requests, the agent can optionally capture the request body (e.g. POST variables). Default is "off".'
'For transactions that are HTTP requests, the agent can optionally capture the request body (e.g. POST variables).'
}
),
options: [
Expand Down Expand Up @@ -192,7 +192,7 @@ export const generalSettings: RawSettingDefinition[] = [
'xpack.apm.agentConfig.transactionMaxSpans.description',
{
defaultMessage:
'Limits the amount of spans that are recorded per transaction. Default is 500.'
'Limits the amount of spans that are recorded per transaction.'
}
),
min: 0,
Expand Down

0 comments on commit 46e947b

Please sign in to comment.