Skip to content
Snippets Groups Projects
Commit f7aef6a1 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Merge branch 'master-stable' of farm.corp.mail.ru:tarantool into master-stable

parents 6353a3a6 36b41290
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ recover_feed_slave(int sock)
send_row(NULL, ver);
log_io = recover_init(NULL, cfg.wal_feeder_dir,
NULL, send_row, 0, 0, 64, RECOVER_READONLY, false);
NULL, send_row, INT32_MAX, 0, 64, RECOVER_READONLY, false);
recover(log_io, lsn);
recover_follow(log_io, 0.1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment