File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments