schemaless:decrease sleep time during errors

This commit is contained in:
shenglian zhou 2021-08-25 09:13:41 +08:00
parent e39f1ef2b9
commit 954dc37981
1 changed files with 1 additions and 1 deletions

View File

@ -898,7 +898,7 @@ static int32_t insertChildTableBatch(TAOS* taos, char* cTableName, SArray* cols
}
taos_free_result(res2);
if (tryAgain) {
taosMsleep(100 * (2 << (try)));
taosMsleep(50 * (2 << (try)));
}
}
} while (tryAgain);