We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9652a3b commit 439ca3dCopy full SHA for 439ca3d
apns2/credentials.py
@@ -9,7 +9,7 @@
9
if TYPE_CHECKING:
10
from hyper.ssl_compat import SSLContext # type: ignore
11
12
-DEFAULT_TOKEN_LIFETIME = 3600
+DEFAULT_TOKEN_LIFETIME = 2700
13
DEFAULT_TOKEN_ENCRYPTION_ALGORITHM = 'ES256'
14
15
0 commit comments