提交 e8f29818 编写于 作者: S Superjom

code clean

上级 bdfcbfc1
......@@ -29,9 +29,7 @@ class IM final {
public:
IM() { storage_.reset(new MemoryStorage(&executor_)); }
// IM(StorageBase::Type type, StorageBase::Mode mode);
~IM() { executor_.Quit();
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
}
~IM() { executor_.Quit(); }
void MaintainRead(const std::string &dir, int msecs) {
LOG(INFO) << "start maintain read";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册