Commit 879adb31 authored by 玊車喾's avatar 玊車喾
Browse files

缩短间隔时间

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -35,7 +35,7 @@ public: ...@@ -35,7 +35,7 @@ public:
SeqScanExecutor(SmManager *sm_manager, std::string tab_name, SeqScanExecutor(SmManager *sm_manager, std::string tab_name,
std::vector<Condition> conds, Context *context) std::vector<Condition> conds, Context *context)
{ {
sleep(1); std::this_thread::sleep_for(std::chrono::milliseconds(50));
std::cout << "Creating SeqScanExecutor" << std::flush; std::cout << "Creating SeqScanExecutor" << std::flush;
std::cout << std::endl; std::cout << std::endl;
sm_manager_ = sm_manager; sm_manager_ = sm_manager;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment