Skip to content

Commit 12a8690

Browse files
committed
monitor more relays
helps with quick succession of blitz rounds
1 parent bb0c8aa commit 12a8690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/RelayCrowd.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ final private class RelayCrowd(roomCrowd: RoomCrowd, mongo: Mongo)(using ex: Exe
6666
)
6767
),
6868
BSONDocument("$sort" -> BSONDocument("order" -> 1)),
69-
BSONDocument("$limit" -> 3),
69+
BSONDocument("$limit" -> 5),
7070
BSONDocument("$project" -> BSONDocument("_id" -> true))
7171
)
7272
)

0 commit comments

Comments
 (0)