Skip to content

Commit

Permalink
default timer
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfomiranda committed Oct 1, 2024
1 parent 1aa37e6 commit af2c5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keria/app/agenting.py
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ def recur(self, tyme):

class Releaser(doing.Doer):
KERIAReleaserTimeOut = "KERIA_RELEASER_TIMEOUT"
TimeoutRel = int(os.getenv(KERIAReleaserTimeOut or 1*60*60))
TimeoutRel = int(os.getenv(KERIAReleaserTimeOut, "86400"))
def __init__(self, agency):
""" Check open agents and close if idle for more than TimeoutRel seconds
Parameters:
Expand Down

0 comments on commit af2c5a1

Please sign in to comment.