Skip to content

Commit 439ca3d

Browse files
magnolialogicPr0Ger
authored andcommitted
Changing DEFAULT_TOKEN_LIFETIME from 3600 to 2700
1 parent 9652a3b commit 439ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apns2/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
if TYPE_CHECKING:
1010
from hyper.ssl_compat import SSLContext # type: ignore
1111

12-
DEFAULT_TOKEN_LIFETIME = 3600
12+
DEFAULT_TOKEN_LIFETIME = 2700
1313
DEFAULT_TOKEN_ENCRYPTION_ALGORITHM = 'ES256'
1414

1515

0 commit comments

Comments
 (0)