Make sure FEC does some work

This commit is contained in:
Itamar Turner-Trauring 2023-11-15 15:53:25 -05:00
parent 101453cd56
commit 0c2db2d5a8
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def client_node(request, grid, storage_nodes, number_of_nodes) -> Client:
"client_node",
needed=number_of_nodes,
happy=number_of_nodes,
total=number_of_nodes,
total=number_of_nodes + 3, # Make sure FEC does some work
)
)
print(f"Client node pid: {client_node.process.transport.pid}")

View File

@ -0,0 +1 @@
Continued work to make Tahoe-LAFS take advantage of multiple CPUs.