Skip to content

Commit

Permalink
Remove hardcode heartbeat_timeout 0
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Jan 23, 2025
1 parent 542b89a commit 87c0c1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvflare/job_config/script_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ def add_to_fed_job(self, job: FedJob, ctx, **kwargs):
launcher_id=launcher_id,
params_exchange_format=self._params_exchange_format,
params_transfer_type=self._params_transfer_type,
heartbeat_timeout=0,
)
)
job.add_executor(executor, tasks=tasks, ctx=ctx)
Expand Down

0 comments on commit 87c0c1c

Please sign in to comment.