This commit is contained in:
2023-08-26 18:09:51 +08:00
parent ef8cd011e4
commit 23740f646c

View File

@@ -229,7 +229,7 @@ public class SnowflakeIdWorker {
}
}).start();
}
// Thread.sleep(3000);
Thread.sleep(3000);
log.info("map.size():{}", map.size());
log.info("耗时:" + (System.currentTimeMillis() - beginTime));
}