提交 24db4277 编写于 作者: S Superjom

code clean

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