24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

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

View File

@ -66,7 +66,7 @@
%% * Using the command line and oauth_issue_token command, the token is generated in behalf of ejabberd' sysadmin %% * 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). %% (as it has access to ejabberd command line).
-define(EXPIRE, 31536000). -define(EXPIRE, 4294967).
start() -> start() ->
DBMod = get_db_backend(), DBMod = get_db_backend(),