mirror of https://github.com/scrapy/scrapy.git
Remove the leftover KEEP_ALIVE setting from scrapy shell (#7928)
This commit is contained in:
parent
56f4afd84e
commit
38f6e3cfd1
|
|
@ -27,7 +27,6 @@ if TYPE_CHECKING:
|
|||
class Command(ScrapyCommand):
|
||||
default_settings: ClassVar[dict[str, Any]] = {
|
||||
"DUPEFILTER_CLASS": "scrapy.dupefilters.BaseDupeFilter",
|
||||
"KEEP_ALIVE": True,
|
||||
"LOGSTATS_INTERVAL": 0,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue