This commit is contained in:
guibescos 2024-02-09 18:10:51 +00:00 committed by GitHub
parent 9f67ee8abf
commit 6a32844886
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ export function getMaximumNumberOfPublishers(cluster: PythCluster) {
case "pythnet":
return 32;
case "pythtest-conformance":
return 32;
return 64;
case "pythtest-crosschain":
return 32;
return 64;
case "localnet":
return 32;
}