Skip to content

Commit

Permalink
Testing a lower concurrency when publishing planets
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Jul 11, 2024
1 parent 2fb6dea commit 237a4ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Planet/Entities/PlanetStore.swift
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ enum PlanetDetailViewType: Hashable, Equatable {
taskGroup.addTask {
try? await myPlanet.publish()
}
if i >= 4 {
if i >= 2 {
await taskGroup.next()
}
}
Expand Down
2 changes: 1 addition & 1 deletion Planet/versioning.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 2130
CURRENT_PROJECT_VERSION = 2131

0 comments on commit 237a4ae

Please sign in to comment.