Skip to content

Commit 31819ff

Browse files
committed
raise dependency limit from 32 to 50
1 parent f1276d1 commit 31819ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/UnidocDB/Snapshots/Unidoc.DB.Snapshots.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ extension Unidoc.DB.Snapshots
106106
{
107107
try await session.run(
108108
command: Mongo.Find<Mongo.Cursor<Unidoc.Snapshot>>.init(Self.name,
109-
stride: 16,
110-
limit: 32)
109+
stride: 50,
110+
limit: 50)
111111
{
112112
$0[.filter]
113113
{

0 commit comments

Comments
 (0)