fix(rpc): handle write failure

This commit is contained in:
yihaoDeng 2022-09-09 11:32:13 +08:00
parent 57e34dc308
commit f6eda114bd
1 changed files with 1 additions and 1 deletions

View File

@ -135,6 +135,6 @@ int main() {
} else {
std::cout << "succ to setup index" << std::endl;
}
BenchWrite(idx, 100, 10000);
// BenchWrite(idx, 100, 10000);
return 1;
}