$.getJSON Increase Timeout/Default Timeout

$.getJSON Increase Timeout/Default Timeout

Hey all,

I'm trying to figure out how to increase the default timeout setting for the .getJSON method call. We are using .getJSON several places in our code and it would be nice to not have to go back through and replace everything with the more generic .ajax method call. I've found examples on the Internet of increasing the timeout using the .ajax call, but I would prefer to stick with the .getJSON call. Does anyone know how to increase the timeout for that call? Also does anyone know the default timeout setting for it?

Thanks!