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/05/28 13:02:29 UTC

[GitHub] LoicSan commented on issue #5072: Limit in "Upload CSV data"

LoicSan commented on issue #5072: Limit in "Upload CSV data"
URL: https://github.com/apache/incubator-superset/issues/5072#issuecomment-392521384
 
 
   Hello,
   
   thanks for your interest in this subject.
   I also thought at first that it could come from a limitation in superset configuration.
   I looked in werzeug conf as it appears in the log message (see above my first post).
   
   So i tried to change the sset/lib/python2.7/site-packages/werkzeug/wrappers.py value from 4093 to 0 as explained in the comments but it does not work either.
   
       #: Warn if a cookie header exceeds this size. The default, 4093, should be
       #: safely `supported by most browsers <cookie_>`_. A cookie larger than
       #: this size will still be sent, but it may be ignored or handled
       #: incorrectly by some browsers. Set to 0 to disable this check.
       #:
       #: .. versionadded:: 0.13
       #:
       #: .. _`cookie`: http://browsercookielimits.squawky.net/
       max_cookie_size = 0
   

----------------------------------------------------------------
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