Skip to content

Commit 66e7ef6

Browse files
committed
Fix replay.yaml
1 parent 8dbdf5a commit 66e7ef6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/SimpleReplay/replay.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source_tag: ""
88
workload_location: ""
99

1010
# Endpoint and username of target cluster to replay queries on
11-
target_cluster_endpoint: ""
11+
target_cluster_endpoint: "host:port/database"
1212
target_cluster_region: ""
1313
master_username: ""
1414
# NLB or NAT endpoint for Simple Replay to connect to. This NLB or NAT should have connectivity to target_cluster_endpoint
@@ -24,12 +24,12 @@ default_interface: "psql"
2424
# Optional - Leaving it empty defers to connections.json. "all on" preserves
2525
# time between transactions. "all off" disregards time between transactions,
2626
# executing them as a batch.
27-
time_interval_between_transactions: ""
27+
time_interval_between_transactions: "all on"
2828

2929
# Optional - Leaving it empty defers to connections.json. "all on" preserves
3030
# time between queries. "all off" disregards time between queries, executing
3131
# them as a batch.
32-
time_interval_between_queries: ""
32+
time_interval_between_queries: "all on"
3333

3434
# Should COPY statements be executed?
3535
execute_copy_statements: "false"
@@ -83,7 +83,7 @@ num_workers: ~
8383
# their expected time.
8484
connection_tolerance_sec: 300
8585

86-
# Number of TestDrive logfiles to maintain
86+
# Number of simplereplay logfiles to maintain
8787
backup_count: 1
8888

8989
# Should we discard the returned data

0 commit comments

Comments
 (0)