chore: remove repetitive words (#4448)

Signed-off-by: hardlydearly <799511800@qq.com>
This commit is contained in:
hardlydearly
2024-04-24 18:36:01 +08:00
committed by GitHub
parent 1d0d94d5e6
commit f49b0b3aab
8 changed files with 9 additions and 9 deletions

View File

@ -286,7 +286,7 @@ cards = [
]
# Scheduler settings provides a point to modify the behaviour of scheduler flow.
# It defines the the streams/queues name and configuration as well as event selection variables
# It defines the streams/queues name and configuration as well as event selection variables
[scheduler]
stream = "SCHEDULER_STREAM"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)

View File

@ -1,5 +1,5 @@
# Scheduler settings provides a point to modify the behaviour of scheduler flow.
# It defines the the streams/queues name and configuration as well as event selection variables
# It defines the streams/queues name and configuration as well as event selection variables
[scheduler]
consumer_group = "scheduler_group"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)

View File

@ -1,5 +1,5 @@
# Scheduler settings provides a point to modify the behaviour of scheduler flow.
# It defines the the streams/queues name and configuration as well as event selection variables
# It defines the streams/queues name and configuration as well as event selection variables
[scheduler]
consumer_group = "scheduler_group"
graceful_shutdown_interval = 60000 # Specifies how much time to wait while re-attempting shutdown for a service (in milliseconds)

View File

@ -27,7 +27,7 @@ storage:
v2_index_downsample_bytes: 1000 # number of bytes per index record
v2_encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
wal:
path: /tmp/tempo/wal # where to store the the wal locally
path: /tmp/tempo/wal # where to store the wal locally
v2_encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
local:
path: /tmp/tempo/blocks

View File

@ -95,7 +95,7 @@ pub struct EmailContents {
/// The subject of email
pub subject: String,
/// This will be the intermediate representation of the the email body in a generic format.
/// This will be the intermediate representation of the email body in a generic format.
/// The email clients can convert this intermediate representation to their client specific rich text format
pub body: IntermediateString,

View File

@ -337,7 +337,7 @@ pub struct Card {
pub expiry_year: Secret<String>,
/// Indicates whether the card is a debit or credit card.
pub funding: Option<Funding>,
/// The the card account number used to authorize the transaction. Also known as PAN.
/// The card account number used to authorize the transaction. Also known as PAN.
pub number: cards::CardNumber,
/// Contains the pin block info, relating to the pin code the Payer entered.
pub pin_block: Option<Secret<String>>,
@ -776,7 +776,7 @@ pub enum Model {
Unscheduled,
}
/// The reason stored credentials are being used to to create a transaction.
/// The reason stored credentials are being used to create a transaction.
#[derive(Debug, Serialize, Deserialize)]
#[serde(rename_all = "SCREAMING_SNAKE_CASE")]
pub enum Reason {

View File

@ -11,7 +11,7 @@ macro_rules! metrics_context {
};
}
/// Create a global [`Meter`][Meter] with the specified name and and an optional description.
/// Create a global [`Meter`][Meter] with the specified name and an optional description.
///
/// [Meter]: opentelemetry::metrics::Meter
#[macro_export]

View File

@ -27,7 +27,7 @@ storage:
index_downsample_bytes: 1000 # number of bytes per index record
encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
wal:
path: /tmp/tempo/wal # where to store the the wal locally
path: /tmp/tempo/wal # where to store the wal locally
encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2
local:
path: /tmp/tempo/blocks