Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Hellander committed Oct 25, 2023
1 parent e62709a commit 4262dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/async-simulation/launch_clients.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

DISCOVER_HOST = '34.207.219.112'
DISCOVER_PORT = 8092
N_CLIENTS = 1
N_CLIENTS = 10

config = {'discover_host': DISCOVER_HOST, 'discover_port': DISCOVER_PORT, 'token': None, 'name': 'testclient',
'client_id': 1, 'remote_compute_context': True, 'force_ssl': False, 'dry_run': False, 'secure': False,
Expand Down

0 comments on commit 4262dea

Please sign in to comment.