Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
patchwork01 committed Mar 13, 2024
1 parent a4835a9 commit eb9fd82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/full/instance.properties
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ sleeper.table.properties.provider.timeout.minutes=60
# consistent.
sleeper.tables.index.dynamo.consistent.reads=true

# This specifies whether OpenTelemetry tracing is enabled.
sleeper.opentelemetry.tracing.enabled=true

# The amount of memory for lambdas that create batches of tables to run some operation against, eg.
# create compaction jobs, run garbage collection, perform partition splitting.
sleeper.table.batching.lambdas.memory=1024
Expand All @@ -132,6 +129,9 @@ sleeper.table.batching.lambdas.memory=1024
# create compaction jobs, run garbage collection, perform partition splitting.
sleeper.table.batching.lambdas.timeout.seconds=60

# This specifies whether OpenTelemetry tracing is enabled.
sleeper.opentelemetry.tracing.enabled=true


## The following properties relate to standard ingest.

Expand Down

0 comments on commit eb9fd82

Please sign in to comment.