Is this the correct use of server.setsendtimeoutpolicy()?

I want the imp to wait 2 days before resetting itself because of wifi failure. It’s logging data and I don’t want to lose it on brief outages.

server.setsendtimeoutpolicy(RETURN_ON_ERROR, WAIT_FOR_ACK, 200000) ;