Skip to content

Commit eb0b291

Browse files
authored
Merge pull request #157 from iAnanich/patch-1
note that SPLASH_SLOT_POLICY value isn't a string
2 parents ee5000d + d7d8d42 commit eb0b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Put them into your ``settings.py`` if you want to change the defaults:
107107
* ``SPLASH_LOG_400`` is ``True`` by default - it instructs to log all 400 errors
108108
from Splash. They are important because they show errors occurred
109109
when executing the Splash script. Set it to ``False`` to disable this logging.
110-
* ``SPLASH_SLOT_POLICY`` is ``scrapy_splash.SlotPolicy.PER_DOMAIN`` by default.
110+
* ``SPLASH_SLOT_POLICY`` is ``scrapy_splash.SlotPolicy.PER_DOMAIN`` (as object, not just a string) by default.
111111
It specifies how concurrency & politeness are maintained for Splash requests,
112112
and specify the default value for ``slot_policy`` argument for
113113
``SplashRequest``, which is described below.

0 commit comments

Comments
 (0)