Skip to content

Commit

Permalink
Merge branch 'devel' into fix/artifact_upload_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mtitov authored Dec 13, 2024
2 parents 8f69f49 + 2f82389 commit 12bc290
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/radical/pilot/proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
import radical.utils as ru


_TIMEOUT = 300 # time to keep the bridge alive
_LINGER_TIMEOUT = 250 # ms to linger after close
_HIGH_WATER_MARK = 0 # number of messages to buffer before dropping
# 0: infinite
_TIMEOUT = 24 * 3600 # time to keep the bridge alive for a day
_LINGER_TIMEOUT = 250 # ms to linger after close
_HIGH_WATER_MARK = 0 # number of messages to buffer before dropping
# 0: infinite


# ------------------------------------------------------------------------------
Expand Down

0 comments on commit 12bc290

Please sign in to comment.