diff --git a/src/mod_push_keepalive.erl b/src/mod_push_keepalive.erl index 5dc6a20b9..779fd0006 100644 --- a/src/mod_push_keepalive.erl +++ b/src/mod_push_keepalive.erl @@ -86,7 +86,7 @@ mod_opt_type(wake_on_timeout) -> fun (B) when is_boolean(B) -> B end. mod_options(_Host) -> - [{resume_timeout, 86400}, + [{resume_timeout, 259200}, {wake_on_start, false}, {wake_on_timeout, true}].