Skip to content

Commit

Permalink
Increases default propagation seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
chaptergy committed Oct 17, 2020
1 parent dd2b833 commit 71de536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion certbot_dns_njalla/dns_njalla.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def __init__(self, *args, **kwargs):
@classmethod
def add_parser_arguments(cls, add):
super(Authenticator, cls).add_parser_arguments(
add, default_propagation_seconds=60
add, default_propagation_seconds=100
)
add("credentials", help="Njalla credentials INI file.")

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup
from setuptools import find_packages

version = "0.0.4"
version = "1.0.0"

install_requires = [
'acme>=0.31.0',
Expand Down

0 comments on commit 71de536

Please sign in to comment.