Skip to content

Commit

Permalink
increase default propagation seconds
Browse files Browse the repository at this point in the history
make default propagation seconds in line with OVH rather than cf (at least while bunny is in beta)
  • Loading branch information
mwt committed Aug 10, 2022
1 parent ebfedf6 commit f73c339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot_dns_bunny/_internal/dns_bunny.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None:

@classmethod
def add_parser_arguments(cls, add: Callable[..., None],
default_propagation_seconds: int = 10) -> None:
default_propagation_seconds: int = 120) -> None:
super().add_parser_arguments(add, default_propagation_seconds)
add('credentials', help='Bunny.net credentials INI file.')

Expand Down

0 comments on commit f73c339

Please sign in to comment.