Skip to content
Snippets Groups Projects
Commit 4e5d87d8 authored by Вартан Бабаян's avatar Вартан Бабаян :dart:
Browse files

feat: change default auth method to md5

parent f02f1627
No related branches found
No related tags found
1 merge request!1414sbroad import
......@@ -70,7 +70,7 @@ use tarantool::space::SpaceEngineType;
// DDL timeout in seconds (1 day).
const DEFAULT_TIMEOUT_F64: f64 = 24.0 * 60.0 * 60.0;
const DEFAULT_AUTH_METHOD: &str = "chap-sha1";
const DEFAULT_AUTH_METHOD: &str = "md5";
fn get_default_timeout() -> Decimal {
Decimal::from_str(&format!("{DEFAULT_TIMEOUT_F64}")).expect("default timeout casting failed")
......
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