Erlang R17 has a Time limit in erlang:send_after (#1246)

This commit is contained in:
Badlop 2016-08-16 18:32:06 +02:00
parent 5b4f347da8
commit 8af85d913f
1 changed files with 1 additions and 1 deletions

View 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(),