I'm using kibana-3.0.0 milestone 4, and I'm having an issue when loading it.
requirejs seems to return an error because app take quite a long time to load (a few seconds up to 20 seconds to download 584 KB).
As far as I know there is no way of setting a timeout in config.js, so I had to add a timeout in app/components/require.config.js.
I believe this is caused by my slow connection and apparently this request is not cached.
I'm using kibana-3.0.0 milestone 4, and I'm having an issue when loading it.
requirejsseems to return an error becauseapptake quite a long time to load (a few seconds up to 20 seconds to download 584 KB).As far as I know there is no way of setting a timeout in
config.js, so I had to add a timeout inapp/components/require.config.js.I believe this is caused by my slow connection and apparently this request is not cached.