Skip to content

Commit

Permalink
Reduce tock value to 1.0 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
khagesh authored Sep 17, 2024
1 parent b99d7f8 commit cc49bba
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 @@ -741,7 +741,7 @@ def __init__(self, kvy, rgy, rvy, tvy, exc, vry, registrar, credentialer):
self.vry = vry
self.registrar = registrar
self.credentialer = credentialer
self.tock = 5.0
self.tock = 1.0

super(Escrower, self).__init__(tock=self.tock)

Expand Down

0 comments on commit cc49bba

Please sign in to comment.