提交 70e91bb9 编写于 作者: N Nikita Koksharov

Use FstCodec as default

上级 786cda02
......@@ -111,8 +111,7 @@ public class Config {
if (oldConf.getCodec() == null) {
// use it by default
oldConf.setCodec(new JsonJacksonCodec());
// oldConf.setCodec(new FstCodec());
oldConf.setCodec(new FstCodec());
}
setUseScriptCache(oldConf.isUseScriptCache());
......@@ -583,6 +582,8 @@ public class Config {
* <p>
* This prevents against infinity locked locks due to Redisson client crush or
* any other reason when lock can't be released in proper way.
* <p>
* Default is 30000 milliseconds
*
* @param lockWatchdogTimeout timeout in milliseconds
* @return config
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册