Skip to content

Commit 6a32844

Browse files
authored
Go again (#1290)
1 parent 9f67ee8 commit 6a32844

File tree

1 file changed

+2
-2
lines changed
  • governance/xc_admin/packages/xc_admin_common/src

1 file changed

+2
-2
lines changed

governance/xc_admin/packages/xc_admin_common/src/cluster.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ export function getMaximumNumberOfPublishers(cluster: PythCluster) {
3939
case "pythnet":
4040
return 32;
4141
case "pythtest-conformance":
42-
return 32;
42+
return 64;
4343
case "pythtest-crosschain":
44-
return 32;
44+
return 64;
4545
case "localnet":
4646
return 32;
4747
}

0 commit comments

Comments
 (0)