]> granicus.if.org Git - ejabberd/commitdiff
Erlang R17 has a Time limit in erlang:send_after (#1246)
authorBadlop <badlop@process-one.net>
Tue, 16 Aug 2016 16:32:06 +0000 (18:32 +0200)
committerBadlop <badlop@process-one.net>
Tue, 16 Aug 2016 16:32:06 +0000 (18:32 +0200)
src/ejabberd_oauth.erl

index 36c679cb61b561d94e3001a9e81d8be19941a746..4541190adf636fa8efe6f4642351130573763985 100644 (file)
@@ -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(),