This commit is contained in:
qicosmos
2025-09-22 19:33:53 +08:00
parent 8d0a65163c
commit 5e501503fb
6 changed files with 38 additions and 21 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
using namespace rest_rpc;
std::string address = "0.0.0.0:9004";
std::string address = "127.0.0.1:9004";
std::atomic<size_t> g_qps = 0;