Skip to content

Commit be60435

Browse files
author
Igor Trofimov
authored
Handshaking between workers for local setup (#2589)
1 parent e7423ae commit be60435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

local-setup/launch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def get_flags(index, worker):
199199

200200
return list(filter(None, [
201201
"--clean-reset",
202+
"-T", "wss://localhost",
202203
"-P", ports['trusted_worker_port'],
203204
"-w", ports['untrusted_worker_port'],
204205
"-r", ports['mura_port'],
@@ -212,8 +213,7 @@ def get_flags(index, worker):
212213
def get_subcommand_flags(index):
213214
return list(filter(None, [
214215
"--skip-ra",
215-
"--dev",
216-
"--request-state" if index > 0 else None
216+
"--dev"
217217
]))
218218

219219
def main(processes, worker, workers_number, parachain_type, log_config_path, offset, parachain_dir):

0 commit comments

Comments
 (0)