]> granicus.if.org Git - ejabberd/commit
mod_http_upload: Avoid timers from timer module
authorHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 15 Jul 2018 22:17:11 +0000 (00:17 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Sun, 15 Jul 2018 22:17:11 +0000 (00:17 +0200)
commit2539be1a0470536eb847e308378a7f99879c2ee3
tree401de5e1a77e69058a2fe7d88caddbe2194a3d18
parent4e9930597d226eb12576688b804479ef9f01ed2d
mod_http_upload: Avoid timers from timer module

Use erlang:start_timer/3 instead of timer:send_after/2, as the former is
more efficient.
src/mod_http_upload.erl