Skip to content

Commit

Permalink
Increase default timeout value to 2000ms for high latency installs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrick Galoso committed May 31, 2012
1 parent 3ac27b4 commit b8f61c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rp.js
Expand Up @@ -11,7 +11,7 @@
/**
* Load PJAX
*/
$('a:not(:has(img))').pjax('#wrap');
$('a:not(:has(img))').pjax('#wrap', { timeout: 2000 });

/**
* Annotate AJAX requests
Expand Down
2 changes: 1 addition & 1 deletion rp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b8f61c1

Please sign in to comment.