diff --git a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java index 796bb414..baa1705c 100644 --- a/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java +++ b/rc-service/rc-service-other/other-infrastructure/src/main/java/com/red/circle/other/infra/database/mongo/entity/live/RoomSetting.java @@ -109,7 +109,7 @@ public class RoomSetting implements Serializable { .setMikeSize(10) .setAllowMusic(Boolean.TRUE) .setAdminLockSeat(Boolean.TRUE) - .setShowHeartbeat(Boolean.TRUE) + .setShowHeartbeat(Boolean.FALSE) .setTakeMicRole("ALL") .setRoomSpecialMikeType("") .setOpenKtvMode(Boolean.FALSE);