Skip to content

Commit

Permalink
Merge pull request #240 from arup-group/dn/dev/1.0.20
Browse files Browse the repository at this point in the history
update core thread count
  • Loading branch information
dtnaughton authored Feb 21, 2024
2 parents f39f7f8 + 7da6ec4 commit 7f03789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ out ApplicationObject reportObj

commitObjectBuilder.BuildCommitObject(commitObject);

var transports = new List<ITransport>() { new ServerTransport(client.Account, streamId, numThreads: 1) };
var transports = new List<ITransport>() { new ServerTransport(client.Account, streamId, numThreads: 4) };

var objectId = await Operations
.Send(
Expand Down

0 comments on commit 7f03789

Please sign in to comment.