Skip to content
Snippets Groups Projects
Commit 32ff24d2 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Set value of too_long_threshold in box_init()

too_long_threshold was used uninitialized in txn_write_to_wal()
during box_init().
parent ee929359
No related branches found
No related tags found
No related merge requests found
......@@ -1034,6 +1034,7 @@ box_init(void)
recovery_setup_panic(recovery,
cfg_geti("panic_on_snap_error"),
cfg_geti("panic_on_wal_error"));
box_set_too_long_threshold();
/*
* Initialize the cluster registry using replication_source,
......
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