From f68d32c9f4b2f46d26d96839801d1888a93f93ed Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期四, 18 一月 2024 14:25:29 +0800
Subject: [PATCH] less memory

---
 src/bus_proxy_start.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/bus_proxy_start.cpp b/src/bus_proxy_start.cpp
index c5eaaf5..6029e6e 100644
--- a/src/bus_proxy_start.cpp
+++ b/src/bus_proxy_start.cpp
@@ -10,6 +10,7 @@
 #include <errno.h>
 #include <getopt.h>
 #include <stdlib.h>
+#include "proc_def.h"
 #include "msg_mgr.h"
 
 using namespace std;
@@ -103,7 +104,7 @@
       }
     }
 
-    sleep(10);
+    sleep(WT_INT);
   }
 
   return NULL;

--
Gitblit v1.8.0