@ -4006,8 +4006,7 @@ static void *clistener(__maybe_unused void *arg)
if (wq_item) {
process_sockd(conn, wq_item);
tick();
}
} else
cksleep_ms(42);
@ -4048,8 +4047,7 @@ static void *blistener(__maybe_unused void *arg)
cksleep_ms(142);
@ -55,7 +55,7 @@
#define DB_VLOCK "1"
#define DB_VERSION "1.0.4"
#define CKDB_VERSION DB_VERSION"-1.701"
#define CKDB_VERSION DB_VERSION"-1.702"
#define WHERE_FFL " - from %s %s() line %d"
#define WHERE_FFL_HERE __FILE__, __func__, __LINE__