This commit is contained in:
sunkaixuan
2019-05-11 11:38:12 +08:00
parent 0521f8c325
commit 4062919c02

View File

@@ -27,7 +27,7 @@ namespace SqlSugar
this.IsEnableLogEvent = false;
this.CommandType = CommandType.Text;
this.IsClearParameters = true;
this.CommandTimeOut = 30000;
this.CommandTimeOut = 300;
}
#endregion