mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Erlang R17 has a Time limit in erlang:send_after (#1246)
This commit is contained in:
parent
5b4f347da8
commit
8af85d913f
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user