Skip to content

Commit

Permalink
test(scaling): add maxReservations config to relay
Browse files Browse the repository at this point in the history
  • Loading branch information
mkermani144 committed Apr 17, 2024
1 parent 2cdb68b commit 3abbff6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scaling/src/relay/relay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const node = await createRoseNetRelay({
port: Number(process.env.LISTEN_PORT),
},
whitelist: process.env.WHITELIST!.split(','),
maxReservations: 40,
});

node.start();

0 comments on commit 3abbff6

Please sign in to comment.