We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f0e30d commit 154c203Copy full SHA for 154c203
berkdb/rep/rep_record.c
@@ -85,8 +85,8 @@ extern int gbl_sql_logfill;
85
86
int gbl_rep_badgen_trace;
87
int gbl_decoupled_logputs = 0;
88
-int gbl_disable_repdb = 1;
89
-int gbl_inmem_repdb = 0;
+int gbl_disable_repdb = 0;
+int gbl_inmem_repdb = 1;
90
int gbl_debug_inmem_repdb = 0;
91
int gbl_periodic_rep_report = 1;
92
int gbl_max_apply_dequeue = 100000;
tests/logfill.test/runit
@@ -145,7 +145,7 @@ function runit {
145
146
insertforever 1000 2
147
148
- pauseandrestart 1 120
+ pauseandrestart 1 60
149
150
waitforcoherency
151
0 commit comments