Skip to content

Commit

Permalink
Update the docs on request cookie limit handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Mar 24, 2023
1 parent e4b3b01 commit 6ffb124
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ parameters are chosen as follows by default:

If the cookies to be set exceed the limit defined in the
``ZYTE_API_MAX_COOKIES`` setting (100 by default), a warning is logged,
and no cookies are set at all for the target request. To silence this
warning, set ``experimental.requestCookies`` manually, e.g. to an empty
dict. Alternatively, if Zyte API starts supporting more than 100
request cookies, update the ``ZYTE_API_MAX_COOKIES`` setting
accordingly.
and only as many cookies as the limit allows are set for the target
request. To silence this warning, set ``experimental.requestCookies``
manually, e.g. to an empty dict. Alternatively, if Zyte API starts
supporting more than 100 request cookies, update the
``ZYTE_API_MAX_COOKIES`` setting accordingly.

If you are using a custom downloader middleware to handle request
cookiejars, you can point the ``ZYTE_API_COOKIE_MIDDLEWARE`` setting to
Expand Down

0 comments on commit 6ffb124

Please sign in to comment.