Skip to content

Commit 8192736

Browse files
committed
changing conf.json back
1 parent 9bf1bcc commit 8192736

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

examples/copydb/conf.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,19 @@
2222
},
2323

2424
"Databases": {
25-
"Whitelist": ["benchmark"]
25+
"Whitelist": ["abc"]
2626
},
2727

2828
"Tables": {
2929
"Blacklist": ["schema_migrations"]
3030
},
3131

32+
"ForceIndexForVerification": {
33+
"abc": {
34+
"table1": "forced_index_name"
35+
}
36+
},
37+
3238
"DumpStateOnSignal": true,
3339

3440
"VerifierType": "ChecksumTable",
@@ -38,7 +44,5 @@
3844
"Custom Script 2": ["examples/copydb/s2"]
3945
},
4046

41-
"DumpStateToStdoutOnError": true,
42-
43-
"PeriodicallyVerifySchemaFingerPrintInterval": "1s"
47+
"DumpStateToStdoutOnError": true
4448
}

0 commit comments

Comments
 (0)