Skip to content

Commit

Permalink
[almighty] revert read commands timeout to previous value
Browse files Browse the repository at this point in the history
  • Loading branch information
augu5te committed Oct 23, 2024
1 parent a451da6 commit e0457e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oar/modules/almighty.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# dramatically (because it blocks only when nothing else is to be done).
# Nevertheless it is closely related to the precision at which the
# internal counters are checked
read_commands_timeout = 10 * 1000 # in ms
read_commands_timeout = 5 * 1000 # in ms

# This parameter sets the number of pending commands read from
# appendice before proceeding with internal work
Expand Down

0 comments on commit e0457e1

Please sign in to comment.