Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added a 1 minute timeout to require.js. #616

Merged
merged 1 commit into from
Oct 28, 2013

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Oct 26, 2013

Closes #604.

Turns out that require.js doesn't/can't cancel requests for scripts (since they are just <script> tags) but simply stops waiting for them to load so that the app can somehow react when things are broken. Since Kibana doesn't have any sort of backup plan in place for retrying on load failure, extending the timeout to 1 minute shouldn't have any negative side-effects.

@rashidkpc
Copy link
Contributor

I assume you didn't mean to add all those logstash dashboards?

@spalger
Copy link
Contributor Author

spalger commented Oct 28, 2013

Correct


Sent from Mailbox for iPhone

On Mon, Oct 28, 2013 at 7:54 AM, Rashid Khan notifications@github.com
wrote:

I assume you didn't mean to add all those logstash dashboards?

Reply to this email directly or view it on GitHub:
#616 (comment)

@spalger
Copy link
Contributor Author

spalger commented Oct 28, 2013

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load timeout for modules: app
2 participants