mirrorweb / pywb

Core Python Web Archiving Toolkit for replay and recording of web archives
https://pypi.python.org/pypi/pywb
GNU General Public License v3.0
1 stars 2 forks source link

Added replay limit options #14

Closed hyl closed 3 years ago

hyl commented 3 years ago

Allows the user to specify the number of CDX entries to be returned by PyWB in replay mode in config.yaml. If the key exists in the config, a default value of 100 will be set. If the key has a valid integer value assigned to it, this shall be used has the limit to the number of CDX lines returned.

This value does not affect any CDX query apart from closest match inside web archive replay pages.

cdx_replay_results_limit: 10