You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/08/17 20:30:07 UTC

[GitHub] mistercrunch opened a new pull request #3329: Syncing the timeout param from backend

mistercrunch opened a new pull request #3329: Syncing the timeout param from backend
URL: https://github.com/apache/incubator-superset/pull/3329
 
 
   Before, the client-side timeout was hard coded and not aligned with the backend's setting. You would have to recompile the JS bundle with a different value if you wanted to change it.
   
   Now the value set in `superset_config.py` is sent to the client and the client will timeout regardless of it gets a web response or not.
 
----------------------------------------------------------------
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