Skip to content

Use the object_list.total_size to get the total number of Members.

Abhilash Raj requested to merge maxking/postorius:owner-perf into master

Using the .paginator.count() makes another API call to get the total size of the object list. We can instead get that from the page already fetched.

Fixes #483 (closed)

Edited by Abhilash Raj

Merge request reports