fix(rpc): handle write failure
This commit is contained in:
parent
57e34dc308
commit
f6eda114bd
|
@ -135,6 +135,6 @@ int main() {
|
||||||
} else {
|
} else {
|
||||||
std::cout << "succ to setup index" << std::endl;
|
std::cout << "succ to setup index" << std::endl;
|
||||||
}
|
}
|
||||||
BenchWrite(idx, 100, 10000);
|
// BenchWrite(idx, 100, 10000);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue