Skip to content

Commit

Permalink
Merge pull request #314 from HSF/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wguanicedew authored May 31, 2024
2 parents 64c067b + b3e5763 commit 384d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/lib/idds/agents/coordinator/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, num_threads=1, coordination_interval_delay=300,
else:
self.interval_delay = 30
self.max_boost_interval_delay = int(max_boost_interval_delay)
self.max_queued_events = max_queued_events
self.min_queued_events = min_queued_events
if self.min_queued_events:
self.min_queued_events = int(self.min_queued_events)
else:
Expand Down

0 comments on commit 384d839

Please sign in to comment.