Skip to content

Commit d7d8d42

Browse files
authored
note that SPLASH_SLOT_POLICY value isn't a string
put a little note about what value should `SPLASH_SLOT_POLICY` setting have
1 parent ee5000d commit d7d8d42

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)