Topic: Ajax Timeout
Would be good to have some sorta of ajax timeout setting where it would retry to resend a response after a certain amount of time in a case where the connection suddenly drops during posting, search, query. Cause otherwise the process indicator spins and spins and spins forever. At least perhaps if its not getting a response from the server it , or getting server timeout error that it would let user know that connection has been lost or something and allow user to try again.
For example: It will try once and if after 30 seconds it doesn't get a response it tries again, and after the third time it'll spit back an error saying no connection found?