Skip to content

Commit 154c203

Browse files
committed
commit
1 parent 5f0e30d commit 154c203

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

berkdb/rep/rep_record.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ extern int gbl_sql_logfill;
8585

8686
int gbl_rep_badgen_trace;
8787
int gbl_decoupled_logputs = 0;
88-
int gbl_disable_repdb = 1;
89-
int gbl_inmem_repdb = 0;
88+
int gbl_disable_repdb = 0;
89+
int gbl_inmem_repdb = 1;
9090
int gbl_debug_inmem_repdb = 0;
9191
int gbl_periodic_rep_report = 1;
9292
int gbl_max_apply_dequeue = 100000;

tests/logfill.test/runit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ function runit {
145145

146146
insertforever 1000 2
147147

148-
pauseandrestart 1 120
148+
pauseandrestart 1 60
149149

150150
waitforcoherency
151151

0 commit comments

Comments
 (0)