You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/21 01:05:40 UTC

[GitHub] mistercrunch commented on issue #5039: Allow domain-sharding option for dashboard

mistercrunch commented on issue #5039: Allow domain-sharding option for dashboard
URL: https://github.com/apache/incubator-superset/pull/5039#issuecomment-414515664
 
 
   This is interesting, can we add few lines in `superset/config.py`:
   
   ```python
   # Chrome allows up to 6 open connections per domain at a time. When there are more
   # than 6 slices in dashboard, a lot of time fetch requests are queued up and wait for
   # next available socket. This PR is trying to allow domain sharding for Superset,
   # and this feature will be enabled by configuration only (by default Superset
   # doesn't allow cross-domain request).
   SUPERSET_WEBSERVER_DOMAINS = None`
   ```
   
   Also maybe a similar note in `installation.rst`?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org