schemaless:decrease sleep time during errors
This commit is contained in:
parent
e39f1ef2b9
commit
954dc37981
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue