Skip to content

Commit 65c5720

Browse files
committed
quickwit-config: resources: test: fix node config
1 parent 6eeda93 commit 65c5720

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

quickwit/quickwit-config/resources/tests/node_config/quickwit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"jaeger": {
7575
"enable_endpoint": true,
7676
"lookback_period_hours": 24,
77-
"lookback_period_traces_hours": 72,
77+
"lookback_period_traces_hours": 24,
7878
"max_trace_duration_secs": 600,
7979
"max_fetch_spans": 1000
8080
}

quickwit/quickwit-config/resources/tests/node_config/quickwit.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ max_num_retries = 2
6464
[jaeger]
6565
enable_endpoint = true
6666
lookback_period_hours = 24
67-
lookback_period_traces_hours = 72
67+
lookback_period_traces_hours = 24
6868
max_trace_duration_secs = 600
6969
max_fetch_spans = 1_000

quickwit/quickwit-config/resources/tests/node_config/quickwit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ searcher:
6767
jaeger:
6868
enable_endpoint: true
6969
lookback_period_hours: 24
70-
lookback_period_traces_hours: 72
70+
lookback_period_traces_hours: 24
7171
max_trace_duration_secs: 600
7272
max_fetch_spans: 1000

0 commit comments

Comments
 (0)