Skip to content

Commit 8219224

Browse files
committed
increase symbol graph relink rate from 6 per minute to 12 per minute
1 parent 076f05b commit 8219224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UnidocDB/UnidocDatabase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ extension UnidocDatabase
592592
for edition:Unidoc.Edition in editions
593593
{
594594
async
595-
let cooldown:Void = Task.sleep(for: .seconds(10))
595+
let cooldown:Void = Task.sleep(for: .seconds(5))
596596

597597
guard
598598
let status:Unidoc.UplinkStatus = try await self.uplink(edition, with: session)

0 commit comments

Comments
 (0)