daphne-project/daphne

Add option to specify amount of statistics displayed with --statistics

开放

#738 创建于 2024年5月29日

 (0 条评论) (0 个反应) (0 位负责人)C++ (84 个派生)auto 404
good first issue

仓库指标

星标
 (80 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, --statistics displays up to a fixed amount of of lines as output, this is hardcoded at 10, see here.

We would like to give the user of daphne an option to specify the upper limit of displayed statistics. Preferably, the --statistics command still works without any change, and in addition to that one could specify a number, e.g., --statistics=20 or --statistics 20.

贡献者指南