Merge 0.10->trunk
[prosody.git] / plugins / mod_s2s / mod_s2s.lua
index a199d0ac76ea459c384053802f87142ad71ebcb7..c1357bf786904f361483391087f4a97dde6abcb3 100644 (file)
@@ -683,7 +683,7 @@ module:hook("server-stopping", function(event)
        for _, session in pairs(sessions) do
                session:close{ condition = "system-shutdown", text = reason };
        end
-end,500);
+end, -200);