Skip to content

Commit 7665e1f

Browse files
committed
feat: 启用控制台输出以便调试
1 parent 2922c9a commit 7665e1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rmdb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
constexpr int SOCK_PORT = 8765;
4141
constexpr int MAX_CONN_LIMIT = 16;
42-
constexpr bool ENABLE_COUT = false;
42+
constexpr bool ENABLE_COUT = true;
4343
constexpr bool ENABLE_TIMER = false;
4444
static bool should_exit = false;
4545
// #define ENABLE_SERIALIZE

0 commit comments

Comments
 (0)