提交 954dc379 编写于 作者: S shenglian zhou

schemaless:decrease sleep time during errors

上级 e39f1ef2
...@@ -898,7 +898,7 @@ static int32_t insertChildTableBatch(TAOS* taos, char* cTableName, SArray* cols ...@@ -898,7 +898,7 @@ static int32_t insertChildTableBatch(TAOS* taos, char* cTableName, SArray* cols
} }
taos_free_result(res2); taos_free_result(res2);
if (tryAgain) { if (tryAgain) {
taosMsleep(100 * (2 << (try))); taosMsleep(50 * (2 << (try)));
} }
} }
} while (tryAgain); } while (tryAgain);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册