diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ejabberd_oauth.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ejabberd_oauth.erl b/src/ejabberd_oauth.erl index 36c679cb6..4541190ad 100644 --- a/src/ejabberd_oauth.erl +++ b/src/ejabberd_oauth.erl @@ -66,7 +66,7 @@ %% * Using the command line and oauth_issue_token command, the token is generated in behalf of ejabberd' sysadmin %% (as it has access to ejabberd command line). --define(EXPIRE, 31536000). +-define(EXPIRE, 4294967). start() -> DBMod = get_db_backend(), |